Skip to content

Commit

Permalink
Merge branch 'master' into aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
weppos committed Apr 23, 2018
2 parents 1ea7f4e + 3775073 commit 87b7962
Show file tree
Hide file tree
Showing 206 changed files with 5,921 additions and 1,276 deletions.
10 changes: 10 additions & 0 deletions .rubocop.yml
Expand Up @@ -2,6 +2,11 @@ inherit_from:
- .rubocop_todo.yml
- .rubocop_dnsimple.yml

AllCops:
Exclude:
- '*.gemspec'
- 'Rakefile'

# [codesmell]
# It's irrelevant here, but it could be a code smell.
# Hence keep it disabled, but don't include it in the DNSimple suite.
Expand All @@ -11,3 +16,8 @@ Lint/Loop:
# It doesn't seem to work as expected.
Style/IfUnlessModifier:
Enabled: false

# This rule suggest to use safe navigation (&.) operator which was introduced
# with Ruby 2.3. Because we are supporting Ruby 2.0+ we can't use this operator.
Style/SafeNavigation:
Enabled: false

0 comments on commit 87b7962

Please sign in to comment.