mirror of
https://github.com/mas-cli/mas
synced 2024-11-22 19:43:09 +00:00
33 lines
486 B
YAML
33 lines
486 B
YAML
disabled_rules:
|
|
-
|
|
|
|
included:
|
|
- Sources
|
|
- Tests
|
|
|
|
excluded:
|
|
- Package.swift
|
|
- Package@swift-4.2.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:
|
|
- _
|