You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a supporting example, eslint-plugin-jest adds the option additionalTestBlockFunctions to jest/no-standalone-expectin 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.
We recently added a new cop
RSpec/StubbedMock
to our.rubocop.yml
config file. This cop was introduced as part of therubocop-rspec
extension in version1.44
( https://docs.rubocop.org/rubocop-rspec/cops_rspec.html#rspecstubbedmock )We now see the following:
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?The text was updated successfully, but these errors were encountered: