Closed
Description
Current implementation detects two operator_usage_whitespace
violations in shebang.
e.g:
$ echo '#!/usr/bin/env swift'|swiftlint lint --enable-all-rules --use-stdin
<nopath>:1:7: warning: Operator Usage Whitespace Violation: Operators should be surrounded by a single whitespace when they are being used. (operator_usage_whitespace)
<nopath>:1:11: warning: Operator Usage Whitespace Violation: Operators should be surrounded by a single whitespace when they are being used. (operator_usage_whitespace)
Done linting! Found 2 violations, 0 serious in 1 file.