Skip to content

Commit

Permalink
Merge pull request #8 from rails-on-services/fix-rubocop
Browse files Browse the repository at this point in the history
[Resolves #9] Cleanup rubocop todo
  • Loading branch information
rpbaltazar authored Feb 17, 2020
2 parents 92960de + 4aa741b commit 79e6eb4
Show file tree
Hide file tree
Showing 112 changed files with 1,082 additions and 1,596 deletions.
8 changes: 5 additions & 3 deletions .pryrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
if defined?(Rails) && Rails.env
extend Rails::ConsoleMethods
end
# frozen_string_literal: true

# rubocop:disable Style/MixinUsage
extend Rails::ConsoleMethods if defined?(Rails) && Rails.env
# rubocop:enable Style/MixinUsage
12 changes: 12 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,15 @@ inherit_from: .rubocop_todo.yml
inherit_gem:
perx-rubocop:
- default.yml

Style/WordArray:
Exclude:
- spec/schemas/**/*.rb

Style/NumericLiterals:
Exclude:
- spec/schemas/**/*.rb

Layout/EmptyLineAfterMagicComment:
Exclude:
- spec/schemas/**/*.rb
Loading

0 comments on commit 79e6eb4

Please sign in to comment.