diff --git a/.rubocop.yml b/.rubocop.yml index d71b69b..9c2c775 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,5 +1,8 @@ AllCops: TargetRubyVersion: 2.0 +Style/FileName: + Exclude: + - 'gemfiles/Gemfile.*' Style/IndentationConsistency: EnforcedStyle: rails inherit_from: .rubocop_todo.yml diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index a183cd9..affada3 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -26,14 +26,6 @@ Metrics/ClassLength: Metrics/LineLength: Max: 172 -# Offense count: 2 -# Configuration parameters: ExpectMatchingDefinition, Regex, IgnoreExecutableScripts, AllowedAcronyms. -# AllowedAcronyms: CLI, DSL, ACL, API, ASCII, CPU, CSS, DNS, EOF, GUID, HTML, HTTP, HTTPS, ID, IP, JSON, LHS, QPS, RAM, RHS, RPC, SLA, SMTP, SQL, SSH, TCP, TLS, TTL, UDP, UI, UID, UUID, URI, URL, UTF8, VM, XML, XMPP, XSRF, XSS -Style/FileName: - Exclude: - - 'gemfiles/Gemfile.rails-4-2' - - 'gemfiles/Gemfile.rails-5-0' - # Offense count: 1 # Configuration parameters: EnforcedStyle, SupportedStyles. # SupportedStyles: module_function, extend_self