1
0

.swiftlint.yml 451 B

123456789101112131415161718192021
  1. identifier_name:
  2. min_length: # only min_length
  3. warning: 2
  4. error: 2 # only error
  5. excluded: # excluded via string array
  6. - ok
  7. - Name
  8. - DEFAULT_MIME_TYPE
  9. - sin_port
  10. - no_sig_pipe
  11. disabled_rules:
  12. - line_length
  13. - statement_position
  14. excluded: # paths to ignore during linting. Takes precedence over `included`.
  15. - LinuxMain.swift
  16. - Xcode/Tests/XCTestManifests.swift
  17. - Tests/XCTestManifests.swift
  18. - Package.swift