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

[RuboCop] Enable Style/FileName

parent b05bf3db
......@@ -8,3 +8,7 @@ AllCops:
Exclude:
- spec/fixtures/**/*.rb
- spec/fixtures/banana-lib/libPusher/Scripts/pusher
Style/FileName:
Exclude:
- bin/*
......@@ -31,11 +31,6 @@ Style/CommentAnnotation:
Style/DoubleNegation:
Enabled: false
# Offense count: 1
# Configuration parameters: Exclude.
Style/FileName:
Enabled: false
# Offense count: 6
# Configuration parameters: AllowedVariables.
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