Skip to content
Snippets Groups Projects
Commit 5acf1b8b authored by Dean Lovett's avatar Dean Lovett
Browse files

fix: tweaked rubocop rules

parent b08eeb43
No related branches found
Tags 0.4.9
No related merge requests found
Pipeline #49244 passed
...@@ -2,12 +2,14 @@ inherit_gem: ...@@ -2,12 +2,14 @@ inherit_gem:
rubocop-shopify: rubocop.yml rubocop-shopify: rubocop.yml
AllCops: AllCops:
TargetRubyVersion: 3.2
Exclude: Exclude:
- db/schema.rb - db/schema.rb
- db/seeds.rb - db/seeds.rb
- db/migrate/*.rb - db/migrate/*.rb
- config/initializers/devise.rb - config/initializers/devise.rb
- spec/**/* - spec/**/*
- lib/generators/nexus_cqrs/templates/*
Style/Documentation: Style/Documentation:
Enabled: false Enabled: false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment