Skip to content

Commit 5794e5b

Browse files
committed
Fix accessor lint issues
Allow some short param names
1 parent ff435de commit 5794e5b

File tree

2 files changed

+4
-21
lines changed

2 files changed

+4
-21
lines changed

.rubocop.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
inherit_from: .rubocop_todo.yml
2-
31
AllCops:
42
TargetRubyVersion: 2.5
53
NewCops: enable
@@ -17,3 +15,7 @@ Metrics/BlockLength:
1715
Style/PercentLiteralDelimiters:
1816
PreferredDelimiters:
1917
"%w": "[]"
18+
19+
Naming/MethodParameterName:
20+
AllowedNames: ["iv", "b", "j", "a", "r", "t"]
21+

.rubocop_todo.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)