Commit f4fb27a3 authored by Samuel E. Giddins's avatar Samuel E. Giddins

[RuboCop] Enable Style/FileName

parent b05bf3db
...@@ -8,3 +8,7 @@ AllCops: ...@@ -8,3 +8,7 @@ AllCops:
Exclude: Exclude:
- spec/fixtures/**/*.rb - spec/fixtures/**/*.rb
- spec/fixtures/banana-lib/libPusher/Scripts/pusher - spec/fixtures/banana-lib/libPusher/Scripts/pusher
Style/FileName:
Exclude:
- bin/*
...@@ -31,11 +31,6 @@ Style/CommentAnnotation: ...@@ -31,11 +31,6 @@ Style/CommentAnnotation:
Style/DoubleNegation: Style/DoubleNegation:
Enabled: false Enabled: false
# Offense count: 1
# Configuration parameters: Exclude.
Style/FileName:
Enabled: false
# Offense count: 6 # Offense count: 6
# Configuration parameters: AllowedVariables. # Configuration parameters: AllowedVariables.
Style/GlobalVars: Style/GlobalVars:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment