Enabled Rubocop/Naming Cop (#2115)
This commit is contained in:
parent
19a46edf9e
commit
4010882e5e
1 changed files with 0 additions and 10 deletions
10
.rubocop.yml
10
.rubocop.yml
|
|
@ -46,11 +46,6 @@ Style/AsciiComments:
|
|||
StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#english-comments'
|
||||
Enabled: false
|
||||
|
||||
Naming/AsciiIdentifiers:
|
||||
Description: 'Use only ascii symbols in identifiers.'
|
||||
StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#english-identifiers'
|
||||
Enabled: false
|
||||
|
||||
Metrics/BlockNesting:
|
||||
Description: 'Avoid excessive block nesting'
|
||||
StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#three-is-the-number-thou-shalt-count'
|
||||
|
|
@ -116,11 +111,6 @@ Style/Documentation:
|
|||
Style/Encoding:
|
||||
Enabled: false
|
||||
|
||||
Naming/FileName:
|
||||
Description: 'Use snake_case for source file names.'
|
||||
StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#snake-case-files'
|
||||
Enabled: false
|
||||
|
||||
Style/FrozenStringLiteralComment:
|
||||
Description: >-
|
||||
Add the frozen_string_literal comment to the top of files
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue