Skip to content

Commit

Permalink
[CORE-102] GitLab CI - Migrate spree_admin_roles_and_access
Browse files Browse the repository at this point in the history
[CORE-102] GitLab CI - Migrate spree_admin_roles_and_access
  • Loading branch information
jfernandez-pwnhealth committed Apr 15, 2022
1 parent 9ae2c59 commit 30bcde0
Show file tree
Hide file tree
Showing 62 changed files with 2,079 additions and 22 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,8 @@
.project
.sass-cache
coverage
Gemfile.lock
tmp
nbproject
pkg
*.swp
spec/dummy
.ruby-version
.byebug_history
19 changes: 19 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
inherit_from: .rubocop_todo.yml

require:
- rubocop-rspec

# inherit_from: .rubocop_todo.yml

AllCops:
NewCops: enable
TargetRubyVersion: 2.7.0
Exclude:
- bin/*
- gemfiles/*
- tmp/**/*
- vendor/**/*
- log/**/*
Style/SignalException:
EnforcedStyle: only_raise

Loading

0 comments on commit 30bcde0

Please sign in to comment.