I have created a new capability to ignore specific rules for specific files (or indeed file matchers) by adding the following to the vue-mess-detector.json:
I added a fileIgnoreRules to your config object, an array of string:string records.
I added the field to the analyse method and updated output to let the user know what files we're ignoring rules for
I updated checkFile to update the apply value to remove rules listed in matching files, with that capability pushed out to a checkFileIgnoreRules method.
Related Issues
N/A
Type of Change
[ ] Bug fix (non-breaking change which fixes an issue)
[X] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Summary
I have created a new capability to ignore specific rules for specific files (or indeed file matchers) by adding the following to the vue-mess-detector.json:
Description
Related Issues
N/A
Type of Change
Screenshots (if applicable)
N/A