Skip to content

Commit

Permalink
[CLEANUP] Permanently whitelist the version-specific gemfiles for the…
Browse files Browse the repository at this point in the history
…ir names (#74)
  • Loading branch information
oliverklee authored and lwe committed Feb 24, 2017
1 parent 104d597 commit 648bc17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
@@ -1,5 +1,8 @@
AllCops:
TargetRubyVersion: 2.0
Style/FileName:
Exclude:
- 'gemfiles/Gemfile.*'
Style/IndentationConsistency:
EnforcedStyle: rails
inherit_from: .rubocop_todo.yml
8 changes: 0 additions & 8 deletions .rubocop_todo.yml
Expand Up @@ -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
Expand Down

0 comments on commit 648bc17

Please sign in to comment.