mirror of
https://github.com/mas-cli/mas
synced 2024-11-22 03:23:08 +00:00
c36a797ac2
opt_in_rules: - all Resolve #592 Signed-off-by: Ross Goldberg <484615+rgoldberg@users.noreply.github.com>
12 lines
181 B
YAML
12 lines
181 B
YAML
#
|
|
# .swiftlint.yml
|
|
# masTests
|
|
#
|
|
# https://github.com/realm/SwiftLint#configuration
|
|
#
|
|
---
|
|
disabled_rules:
|
|
- force_cast
|
|
- force_try
|
|
- implicitly_unwrapped_optional
|
|
- no_magic_numbers
|