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
In our Rails application, we have a combination of Cuke_linter and Prettier with prettier-plugin-gherkin for working with feature files.
This plugin places negative tests in the node_modules directory, which Cuke_linter reacts to.
Expected Behavior
Cuke_linter should either ignore the node_modules directory by default or provide an option to exclude specific directories from checks.
Proposed Solution
Add the node_modules directory to the list of directories ignored by default.
OR Implement an option to specify directories that should be excluded from checks (e.g., through a configuration file or command-line parameter).
Steps to Reproduce
Set up a Rails project with Prettier and prettier-plugin-gherkin
Install Cuke_linter
Run cuke_linter
Observe that it reports issues in the node_modules directory
The text was updated successfully, but these errors were encountered:
Hello,
In our Rails application, we have a combination of Cuke_linter and Prettier with prettier-plugin-gherkin for working with feature files.
This plugin places negative tests in the
node_modules
directory, which Cuke_linter reacts to.Expected Behavior
Cuke_linter should either ignore the node_modules directory by default or provide an option to exclude specific directories from checks.
Proposed Solution
Add the node_modules directory to the list of directories ignored by default.
OR Implement an option to specify directories that should be excluded from checks (e.g., through a configuration file or command-line parameter).
Steps to Reproduce
Set up a Rails project with Prettier and prettier-plugin-gherkin
Install Cuke_linter
Run
cuke_linter
Observe that it reports issues in the node_modules directory
The text was updated successfully, but these errors were encountered: