You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm seeing files being linted twice when building from master branch.
Using this command within a folder: swiftlint lint
Linting Swift files in current working directory
Linting 'test.swift' (1/2)
/Users/dbeard/Dev/SCSSTest/test.swift:1: warning: Leading Whitespace Violation: File shouldn't start with whitespace: currently starts with 1 whitespace characters
/Users/dbeard/Dev/SCSSTest/test.swift:10: warning: Trailing Newline Violation: File should have a single trailing newline
/Users/dbeard/Dev/SCSSTest/test.swift:4:7: warning: Colon Violation: When specifying a type, always associate the colon with the identifier
Linting 'test.swift' (2/2)
/Users/dbeard/Dev/SCSSTest/test.swift:1: warning: Leading Whitespace Violation: File shouldn't start with whitespace: currently starts with 1 whitespace characters
/Users/dbeard/Dev/SCSSTest/test.swift:10: warning: Trailing Newline Violation: File should have a single trailing newline
/Users/dbeard/Dev/SCSSTest/test.swift:4:7: warning: Colon Violation: When specifying a type, always associate the colon with the identifier
Done linting! Found 6 violations, 0 serious in 2 files.
Using this command within a folder:
swiftlint lint
ls
of the folder:The text was updated successfully, but these errors were encountered: