Skip to content
New issue

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

List extension versions supported? #1828

Open
mark-coyle opened this issue Jan 4, 2021 · 2 comments
Open

List extension versions supported? #1828

mark-coyle opened this issue Jan 4, 2021 · 2 comments

Comments

@mark-coyle
Copy link

We recently added a new cop RSpec/StubbedMock to our .rubocop.yml config file. This cop was introduced as part of the rubocop-rspec extension in version 1.44 ( https://docs.rubocop.org/rubocop-rspec/cops_rspec.html#rspecstubbedmock )

We now see the following:

Some files could not be reviewed due to errors:

Error: unrecognized cop RSpec/StubbedMock found in .rubocop.yml

We currently use rubocop version: 0.91.0 with hound.

Is it possible to find out what versions of extensions are currently supported with Hound? Something like http://help.houndci.com/en/articles/2461415-supported-linters for extensions.

More specifically, in this case, is it possible to find out what version of rubocop-rspec is currently supported?

@mark-coyle mark-coyle changed the title List extension versions support? List extension versions supported? Jan 4, 2021
@AngusGMorrison
Copy link

AngusGMorrison commented Jan 5, 2021

As a supporting example, eslint-plugin-jest adds the option additionalTestBlockFunctions to jest/no-standalone-expect in v23.15.0, which is unsupported by Hound, resulting in the somewhat opaque error:

Error: .eslintrc:
	Configuration for rule "jest/no-standalone-expect" is invalid:
	Value [{"additionalTestBlockFunctions":["afterEach","beforeEach"]}] should NOT have more than 0 items.

@hlascelles
Copy link

@gylaz is this something Hound will consider? We have a number of (famous, well respected) plugins we would like to use...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants