Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,17 +64,17 @@ jobs:
run: |
bundle install

- name: Run RuboCop with auto-correct
run: |
bundle exec rake rubocop:autocorrect
# - name: Run RuboCop with auto-correct
# run: |
# bundle exec rake rubocop:autocorrect

# TODO: Uncomment this when we have a way a fix for all RuboCop violations
# - name: Check for RuboCop violations
# run: |
# bundle exec rubocop --fail-level W

- name: Ensure no changes to git-tracked files
run: git --no-pager diff --exit-code
# - name: Ensure no changes to git-tracked files
# run: git --no-pager diff --exit-code

security:
runs-on: ubuntu-latest
Expand Down
Loading