Skip to content

Commit

Permalink
Disable some default rules as too many to fix at this point
Browse files Browse the repository at this point in the history
  • Loading branch information
levieggertcru committed Jul 16, 2024
1 parent 1973c44 commit 2abe131
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .swiftlint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# By default, SwiftLint uses a set of sensible default rules you can adjust:
disabled_rules: # rule identifiers turned on by default to exclude from running
- empty_enum_arguments #disabling for now as this touches many files.
- function_body_length #disabling for now as this touches many files.
- multiple_closures_with_trailing_closure #disabling for now as this touches many files.
- opening_brace #disabling for now as this touches many files.
- redundant_string_enum_value
- statement_position #disabling for now as this touches many files.
- trailing_whitespace #disabling for now as this touches many files. Command swiftlint --fix is a way to fix whitespace.
Expand Down

0 comments on commit 2abe131

Please sign in to comment.