Skip to content

Commit

Permalink
Merge pull request mas-cli#712 from rgoldberg/711-swiftlint-0.58.0
Browse files Browse the repository at this point in the history
Update SwiftLint config for 0.58.0
  • Loading branch information
rgoldberg authored Jan 15, 2025
2 parents 609062f + fe84379 commit 0fa1252
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
# .swiftlint.yml
# mas
#
# SwiftLint 0.58.0
#
# https://github.com/realm/SwiftLint#configuration
#
---
Expand All @@ -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]
Expand Down
2 changes: 2 additions & 0 deletions Tests/masTests/.swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
# .swiftlint.yml
# masTests
#
# SwiftLint 0.58.0
#
# https://github.com/realm/SwiftLint#configuration
#
---
Expand Down

0 comments on commit 0fa1252

Please sign in to comment.