mirror of
https://github.com/mas-cli/mas
synced 2024-11-24 20:43:10 +00:00
4d4dd02cd3
Partial #592 Signed-off-by: Ross Goldberg <484615+rgoldberg@users.noreply.github.com>
13 lines
204 B
YAML
13 lines
204 B
YAML
#
|
|
# .swiftlint.yml
|
|
# masTests
|
|
#
|
|
# https://github.com/realm/SwiftLint#configuration
|
|
#
|
|
---
|
|
disabled_rules:
|
|
- force_cast
|
|
- force_try
|
|
- function_body_length
|
|
- implicitly_unwrapped_optional
|
|
- no_magic_numbers
|