Skip to content

Commit

Permalink
Disable trailing white space
Browse files Browse the repository at this point in the history
Set line length to 500
  • Loading branch information
levieggertcru committed Jul 15, 2024
1 parent 077693c commit 1d24e9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .swiftlint.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# 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
- trailing_whitespace # disabling for now as this touches a lot of files. Command swiftlint --fix is a way to fix whitespace.
opt_in_rules: # some rules are turned off by default, so you need to opt-in
- closure_end_indentation
- closure_spacing
Expand Down Expand Up @@ -98,7 +99,7 @@ force_try:
severity: warning # explicitly
# rules that have both warning and error levels, can set just the warning level
# implicitly
line_length: 110
line_length: 500
# they can set both implicitly with an array
type_body_length:
- 300 # warning
Expand Down

0 comments on commit 1d24e9e

Please sign in to comment.