Skip to content

Commit

Permalink
Add rubocop lint flag (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Feb 28, 2024
1 parent 988ccc5 commit 8943469
Showing 1 changed file with 1 addition 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 @@ -70,7 +70,7 @@ jobs:
gem install rubocop
mkdir -p "${KOSLI_ATTACHMENTS}"
set +e
rubocop --raise-cop-error . | tee ${KOSLI_ATTACHMENTS}/rubocop.log
rubocop --config=rubocop.policy.yml --raise-cop-error . | tee ${KOSLI_ATTACHMENTS}/rubocop.log
STATUS=${PIPESTATUS[0]}
set -e
Expand Down

0 comments on commit 8943469

Please sign in to comment.