Rubocop: Ascii restrictions

This commit is contained in:
Dmitriy Zaporozhets 2015-02-02 21:20:34 -08:00
parent cc39bca3fa
commit 6579c336f9
1 changed files with 2 additions and 2 deletions

View File

@ -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.'