We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pre-commit ends up having duplicate evaluated checks.
Can we add uniq on the evaluated check method to avoid duplication?
uniq
--- :checks_remove: [] :checks_add: - :local - :debugger - :rubocop - :ruby_symbol_hashrockets - :white_space
ruby check is from local.
ruby
$ pre-commit list Available providers: default(0) git(10) git_old(11) yaml(20) env(30) Available checks : before_all ....... Default checks : ruby Enabled checks : ruby local debugger rubocop ruby_symbol_hashrockets white_space Evaluated checks : pry local local debugger rubocop ruby_symbol_hashrockets white_space Default warnings : Enabled warnings : Evaluated warnings :
The text was updated successfully, but these errors were encountered:
Fixing and raising a pull request
Sorry, something went wrong.
Fixes jish#279 - Add uniq to avoid duplications of checks
3ed814e
Successfully merging a pull request may close this issue.
pre-commit ends up having duplicate evaluated checks.
Can we add
uniq
on the evaluated check method to avoid duplication?ruby
check is from local.The text was updated successfully, but these errors were encountered: