Skip to content

Instantly share code, notes, and snippets.

@Wooder
Last active August 29, 2018 12:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Wooder/484db02a5f4bf89ee36b094abfd2f8f4 to your computer and use it in GitHub Desktop.
Save Wooder/484db02a5f4bf89ee36b094abfd2f8f4 to your computer and use it in GitHub Desktop.
swiftlint command to autocorrect a single file
#autocorrect a single file
SCRIPT_INPUT_FILE_COUNT=1 SCRIPT_INPUT_FILE_0="Class.swift" swiftlint autocorrect --use-script-input-files
#show only swiftlint warnings
swiftlint 2>&1 | grep -i warning
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment