diff --git a/.rubocop.yml b/.rubocop.yml index d64535f3d..31647a401 100644 --- a/.rubocop.yml +++ b/.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