Skip to content

Commit

Permalink
Remove autolint
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Gregg <[email protected]>
  • Loading branch information
CGA1123 committed Nov 29, 2020
1 parent ee0999d commit 3a41baf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ jobs:
- run: curl https://deepsource.io/cli | sh
- run: gem install bundler:2.1.4
- run: bundle install
- run: bundle exec rubocop --auto-correct --fail-level A
- uses: bissy-io/[email protected]
if: ${{ github.event_name == 'pull_request' && always() }}
- run: bundle exec rubocop
- run: bundle exec rspec --format progress
- run: ./bin/deepsource report --analyzer test-coverage --key ruby --value-file ./coverage/.resultset.json

0 comments on commit 3a41baf

Please sign in to comment.