We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eedab60 commit 1306097Copy full SHA for 1306097
.github/workflows/ci.yml
@@ -64,17 +64,17 @@ jobs:
64
run: |
65
bundle install
66
67
- - name: Run RuboCop with auto-correct
68
- run: |
69
- bundle exec rake rubocop:autocorrect
+ # - name: Run RuboCop with auto-correct
+ # run: |
+ # bundle exec rake rubocop:autocorrect
70
71
# TODO: Uncomment this when we have a way a fix for all RuboCop violations
72
# - name: Check for RuboCop violations
73
# run: |
74
# bundle exec rubocop --fail-level W
75
76
- - name: Ensure no changes to git-tracked files
77
- run: git --no-pager diff --exit-code
+ # - name: Ensure no changes to git-tracked files
+ # run: git --no-pager diff --exit-code
78
79
security:
80
runs-on: ubuntu-latest
0 commit comments