Skip to content
Snippets Groups Projects
Commit 7558fe98 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

More rubocop rules enable

parent 368e9a08
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -60,7 +60,7 @@ Style/Attr:
Style/BeginBlock:
Description: 'Avoid the use of BEGIN blocks.'
StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#no-BEGIN-blocks'
Enabled: false
Enabled: true
 
Style/BarePercentLiterals:
Description: 'Checks if usage of %() or %Q() matches configuration.'
Loading
Loading
@@ -101,12 +101,12 @@ Style/CaseIndentation:
Style/CharacterLiteral:
Description: 'Checks for uses of character literals.'
StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#no-character-literals'
Enabled: false
Enabled: true
 
Style/ClassAndModuleCamelCase:
Description: 'Use CamelCase for classes and modules.'
StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#camelcase-classes'
Enabled: false
Enabled: true
 
Style/ClassAndModuleChildren:
Description: 'Checks style of children classes and modules.'
Loading
Loading
@@ -124,7 +124,7 @@ Style/ClassMethods:
Style/ClassVars:
Description: 'Avoid the use of class variables.'
StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#no-class-vars'
Enabled: false
Enabled: true
 
Style/ColonMethodCall:
Description: 'Do not use :: for method call.'
Loading
Loading
@@ -1000,3 +1000,4 @@ AllCops:
- 'bin/**/*'
- 'lib/backup/**/*'
- 'lib/tasks/**/*'
- 'lib/email_validator.rb'
# Based on https://github.com/balexand/email_validator
#
#
# Extended to use only strict mode with following allowed characters:
# ' - apostrophe
#
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment