Skip to content

Commit

Permalink
Update SwiftLint config for 0.45.0
Browse files Browse the repository at this point in the history
`id` is now excluded from `identifier_name` by default
  • Loading branch information
Nef10 committed Oct 19, 2021
1 parent f2f26d0 commit d4b6454
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .swiftlint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Updated for 0.44.0
# Updated for 0.45.0

excluded:
- ".build"
Expand Down Expand Up @@ -98,8 +98,6 @@ disabled_rules:
line_length: 175
function_body_length: 30
identifier_name:
excluded:
- id
max_length:
warning: 45
type_name:
Expand Down

0 comments on commit d4b6454

Please sign in to comment.