Skip to content

Commit 2838ff7

Browse files
authored
Merge pull request #303 from plural/lint-todo
Add a TODO to turn on blocking lint once the app is clean.
2 parents 498dde7 + eca2de9 commit 2838ff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,10 @@ 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.
8788
# - name: Lint Ruby files
8889
# run: bin/rubocop --parallel
8990

90-
9191
build_and_push:
9292
name: Build docker image
9393
if: (github.ref == 'refs/heads/main') || (github.event_name == 'release')

0 commit comments

Comments
 (0)