Skip to content

Commit

Permalink
Increase identifier max length on swiftlint
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasil Nunev committed Nov 1, 2018
1 parent f4b8165 commit a705ec2
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ included:
- Examples

identifier_name:
excluded: [id, i, vc, at, to, l, r, j,
shouldRecognizeSimultaneouslyWithOtherGestureRecognizer,
shouldRequireFailureOtherGestureRecognizer,
shouldBeRequiredToFailByOtherGestureRecognizer,
didEndDisplayingSupplementaryViewCallbacker]
excluded: [id, i, vc, at, to, l, r, j]
severity: warning
max_length: 55

0 comments on commit a705ec2

Please sign in to comment.