Skip to content

Commit

Permalink
CI Config: Remove rubocop
Browse files Browse the repository at this point in the history
References #327
  • Loading branch information
ybakos committed Apr 3, 2024
1 parent 8027bc1 commit 9e5265e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rubyonrails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
run: gem install brakeman
- name: Security audit application code
run: brakeman -q -w2 -i.brakeman.ignore
- name: Install rubocop
run: gem install rubocop
- name: Lint Ruby files
run: rubocop --parallel
# - name: Install rubocop
# run: gem install rubocop
# - name: Lint Ruby files
# run: rubocop --parallel

0 comments on commit 9e5265e

Please sign in to comment.