Skip to content

Commit

Permalink
Add vendor stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
hschne committed Dec 28, 2023
1 parent e10b56a commit 6eb5422
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
with:
bundler-cache: true
- name: Rubocop
run: bundle exec rubocop --parallel
run: bundle exec rubocop
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ AllCops:
- bin/*
- db/schema.rb
- db/migrate/**/*
- vendor/**/*.rb

Layout/LineLength:
Max: 120
Expand Down

0 comments on commit 6eb5422

Please sign in to comment.