Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
feat: Edit swiftlint rules
Browse files Browse the repository at this point in the history
- disable line length rule
- disable force try rule, But this rule must be enabled when issue #43 completed
  • Loading branch information
ChoiysApple committed Nov 20, 2023
1 parent 6f87d6e commit ef3f1d8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions MovieApp/.swiftlint.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
disabled_rules:
- line_length
- force_try # need to enable force_try after refactoring issue 43 fixed

excluded:
- Pods

0 comments on commit ef3f1d8

Please sign in to comment.