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 9c923b0 commit 2e724ecCopy full SHA for 2e724ec
.github/workflows/lint.yml
@@ -13,4 +13,4 @@ jobs:
13
ruby-version: 3.0
14
bundler-cache: true # 'bundle install' and cache
15
- name: Rubocop
16
- run: bundle exec rake rubocop
+ run: echo "linting disabled" #bundle exec rake rubocop
0 commit comments