Skip to content

Commit 777eb53

Browse files
committed
Enable rubocop lint checks on Github.
1 parent 5fb74b8 commit 777eb53

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,8 @@ jobs:
8484
run: bundle exec bundler-audit --update
8585
- name: Security audit application code
8686
run: bundle exec brakeman -q -w2
87-
# TODO(plural): Uncomment when lint errors are clean and we want to block on them.
88-
# - name: Lint Ruby files
89-
# run: bin/rubocop --parallel
87+
- name: Lint Ruby files
88+
run: bundle exec rubocop --parallel
9089

9190
build_and_push:
9291
name: Build docker image

0 commit comments

Comments
 (0)