mas/Carthage/Checkouts/Nimble/.swiftlint.yml
Chris Araman 13bd9a3444 ⬆️ Nimble (9.0.0)
2021-01-28 12:57:09 -08:00

32 lines
458 B
YAML

disabled_rules:
-
included:
- Sources
- Tests
excluded:
- Package.swift
- Carthage/Checkouts
- Tests/NimbleTests/XCTestManifests.swift
- Tests/NimbleTests/Helpers/XCTestCaseProvider.swift
trailing_comma:
mandatory_comma: true
line_length:
ignores_comments: true
ignores_function_declarations: true
identifier_name:
max_length: 50
excluded:
- x
- l
- r
- e
- n1
- n2
- to
allowed_symbols:
- _