Skip to content

Commit f394888

Browse files
authored
Merge pull request #87 from maxmind/horgh/lint
Fix lint
2 parents ffc6701 + d1ec8db commit f394888

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.rubocop.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ Layout/LineLength:
1414
Metrics/MethodLength:
1515
Enabled: false
1616

17+
Naming/PredicateMethod:
18+
AllowedMethods:
19+
- main
20+
1721
# Weird.
1822
Style/FormatStringToken:
1923
Enabled: false

0 commit comments

Comments
 (0)