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

Rubocop: Ascii restrictions

parent cc39bca3
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -45,12 +45,12 @@ Style/ArrayJoin:
Style/AsciiComments:
Description: 'Use only ascii symbols in comments.'
StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#english-comments'
Enabled: false
Enabled: true
 
Style/AsciiIdentifiers:
Description: 'Use only ascii symbols in identifiers.'
StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#english-identifiers'
Enabled: false
Enabled: true
 
Style/Attr:
Description: 'Checks for uses of Module#attr.'
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment