Skip to content

Commit 4ec8590

Browse files
committed
Rubocop: Enable Naming/MethodName cop
1 parent 4771447 commit 4ec8590

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.rubocop.yml

+8
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,13 @@ Naming/FileName:
1111
Exclude:
1212
- lib/activerecord-sqlserver-adapter.rb
1313

14+
Naming/MethodName:
15+
IgnoredPatterns:
16+
- visit_.*
17+
- primary_Key_From_Table
18+
- table_From_Statement
19+
- distinct_One_As_One_Is_So_Not_Fetch
20+
- make_Fetch_Possible_And_Deterministic
21+
1422
Style/StringLiterals:
1523
EnforcedStyle: double_quotes

0 commit comments

Comments
 (0)