We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4771447 commit 4ec8590Copy full SHA for 4ec8590
.rubocop.yml
@@ -11,5 +11,13 @@ Naming/FileName:
11
Exclude:
12
- lib/activerecord-sqlserver-adapter.rb
13
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
+
22
Style/StringLiterals:
23
EnforcedStyle: double_quotes
0 commit comments