Skip to content

Commit 88fed6b

Browse files
Disable Style/ClassMethodsDefinitions cop
1 parent 5d30155 commit 88fed6b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.rubocop.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,6 @@ Style/DocumentationMethod:
2626
Include:
2727
- app/**/*.rb
2828
- lib/**/*.rb
29+
30+
Style/ClassMethodsDefinitions:
31+
Enabled: False

0 commit comments

Comments
 (0)