Skip to content

Commit

Permalink
working through lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
leogdion committed Jan 10, 2024
1 parent 38b1b8e commit 32a1ae3
Show file tree
Hide file tree
Showing 4 changed files with 6,922 additions and 6,965 deletions.
9 changes: 8 additions & 1 deletion .swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,11 @@ disabled_rules:
- function_body_length
- cyclomatic_complexity
- closure_body_length
- file_length
- file_length
custom_rules:
payload_disallow: # 1
name: "Payload Disallowed" # 2
regex: '\w+Payload' # 3
capture_group: 0 # 4
message: "Do not use Payload for identifier." # 5
severity: error # 6
Loading

0 comments on commit 32a1ae3

Please sign in to comment.