Corrected with rubocop cop 'Style/FileName', excluded 'websocket-server.rb'.
This commit is contained in:
parent
0933df82a4
commit
123f88aa34
1 changed files with 7 additions and 2 deletions
|
@ -153,6 +153,13 @@ Rails/HasAndBelongsToMany:
|
||||||
|
|
||||||
# TODO
|
# TODO
|
||||||
|
|
||||||
|
Style/FileName:
|
||||||
|
Description: 'Use snake_case for source file names.'
|
||||||
|
StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#snake-case-files'
|
||||||
|
Enabled: true
|
||||||
|
Exclude:
|
||||||
|
- 'script/websocket-server.rb'
|
||||||
|
|
||||||
Style/Documentation:
|
Style/Documentation:
|
||||||
Description: 'Document classes and non-namespace modules.'
|
Description: 'Document classes and non-namespace modules.'
|
||||||
Enabled: false
|
Enabled: false
|
||||||
|
@ -226,8 +233,6 @@ Lint/StringConversionInInterpolation:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
Metrics/PerceivedComplexity:
|
Metrics/PerceivedComplexity:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
Style/FileName:
|
|
||||||
Enabled: false
|
|
||||||
Style/GlobalVars:
|
Style/GlobalVars:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
Rails/TimeZone:
|
Rails/TimeZone:
|
||||||
|
|
Loading…
Reference in a new issue