Skip to content

Commit 4123e78

Browse files
committed
Rubocop: Enable Naming/FileName cop
1 parent 16c4c3f commit 4123e78

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
@@ -4,5 +4,9 @@ AllCops:
44
Layout/LineLength:
55
Max: 120
66

7+
Naming/FileName:
8+
Exclude:
9+
- lib/activerecord-sqlserver-adapter.rb
10+
711
Style/StringLiterals:
812
EnforcedStyle: double_quotes

0 commit comments

Comments
 (0)