2
0
Fork 0
mirror of https://github.com/mas-cli/mas synced 2025-03-06 23:57:21 +00:00

Disable prefer_key_path SwiftLint rule due to issues with Xcode 16.

Partial 

Signed-off-by: Ross Goldberg <484615+rgoldberg@users.noreply.github.com>
This commit is contained in:
Ross Goldberg 2025-01-15 14:57:07 -05:00
parent 3ac67a66b5
commit 27228ddd60
No known key found for this signature in database

View file

@ -13,6 +13,7 @@ disabled_rules:
# eventually enable
- file_header
- one_declaration_per_file
- prefer_key_path
- trailing_comma
# never enable
- contrasted_opening_brace