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

Merge pull request from rgoldberg/711-swiftlint-0.58.0

Update SwiftLint config for 0.58.0
This commit is contained in:
Ross Goldberg 2025-01-15 09:44:06 -05:00 committed by GitHub
commit 0fa125265c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View file

@ -2,6 +2,8 @@
# .swiftlint.yml
# mas
#
# SwiftLint 0.58.0
#
# https://github.com/realm/SwiftLint#configuration
#
---
@ -18,13 +20,11 @@ disabled_rules:
- explicit_enum_raw_value
- explicit_top_level_acl
- explicit_type_interface
- inert_defer
- no_extension_access_modifier
- no_grouping_extension
- no_magic_numbers
- prefixed_toplevel_constant
- sorted_enum_cases
- unused_capture_list
- vertical_whitespace_between_cases
file_name:
excluded: [Finder.swift, Utilities.swift]

View file

@ -2,6 +2,8 @@
# .swiftlint.yml
# masTests
#
# SwiftLint 0.58.0
#
# https://github.com/realm/SwiftLint#configuration
#
---