mas/Carthage/Checkouts/Quick/Externals/Nimble/.swiftlint.yml

32 lines
440 B
YAML
Raw Normal View History

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