Skip to content

Duplicate evaluated checks #279

Open
@deepakmahakale

Description

@deepakmahakale

pre-commit ends up having duplicate evaluated checks.

Can we add uniq on the evaluated check method to avoid duplication?

---
:checks_remove: []
:checks_add:
- :local
- :debugger
- :rubocop
- :ruby_symbol_hashrockets
- :white_space

ruby check is from local.

$ 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 :

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions