Skip to content

Commit 4771447

Browse files
committed
Rubocop: Disable Naming/AccessorMethodName cop
1 parent d3aa43b commit 4771447

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.rubocop.yml

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ AllCops:
44
Layout/LineLength:
55
Max: 120
66

7+
Naming/AccessorMethodName:
8+
Enabled: false
9+
710
Naming/FileName:
811
Exclude:
912
- lib/activerecord-sqlserver-adapter.rb

0 commit comments

Comments
 (0)