Skip to content

Cops from RuboCop plugins not being enabled? #715

@andyw8

Description

@andyw8

Now that RuboCop uses lint_roller, is it expected that Standard should work with any RuboCop plugin that has been updated to use lint_roller?

I'm trying to use Standard with rubocop-minitest which was updated in rubocop/rubocop-minitest#329

Here is a demo repo: https://github.com/andyw8/demo-standard-rubocop-minitest

It has both RuboCop and Standard installed. There are identical config files .standard.yml and .rubocop.yml, which enable a cop from rubocop-minitest.

Running bundle exec rubocop test/example_test.rb emits an error for Minitest/LiteralAsActualArgument, as expected.

But running bundle exec standardrb test/example_test.rb doesn't emit anything.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions