Skip to content

Commit

Permalink
Make DBP tests have same swift lint rules as other tests
Browse files Browse the repository at this point in the history
  • Loading branch information
THISISDINOSAUR committed Mar 14, 2024
1 parent 827f0af commit 8b6bc30
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions LocalPackages/DataBrokerProtection/Tests/.swiftlint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
disabled_rules:
- file_length
- unused_closure_parameter
- type_name
- force_cast
- force_try
- function_body_length
- cyclomatic_complexity
- identifier_name
- blanket_disable_command
- type_body_length
- explicit_non_final_class
- enforce_os_log_wrapper

large_tuple:
warning: 6
error: 10

0 comments on commit 8b6bc30

Please sign in to comment.