Skip to content

Commit

Permalink
Turned off Rubocop.
Browse files Browse the repository at this point in the history
  • Loading branch information
phillmv committed Jan 24, 2023
1 parent 9c923b0 commit 2e724ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
ruby-version: 3.0
bundler-cache: true # 'bundle install' and cache
- name: Rubocop
run: bundle exec rake rubocop
run: echo "linting disabled" #bundle exec rake rubocop

0 comments on commit 2e724ec

Please sign in to comment.