Skip to content

Commit

Permalink
Add rubocop_todo
Browse files Browse the repository at this point in the history
So we can ignore the non-safe linting errors for now.
We can open additional issues to fix the remaining linting issues.

CI will use the todo file and therefore not fail while we have time to
fix the remaining linting issues.

IDE integration should still report on all the errors until we fix them.
  • Loading branch information
fbuys committed Oct 5, 2021
1 parent 6f3581a commit c029a5b
Show file tree
Hide file tree
Showing 2 changed files with 439 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,4 @@ jobs:
ruby-version: '2.7'
- run: gem install rubocop bundler
- run: bundle install
- run: bundle exec rubocop -A lib/Getopt/Declare.rb
- run: bundle exec rubocop -c .rubocop_with_todo.yml
Loading

0 comments on commit c029a5b

Please sign in to comment.