We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
--apply
--ignore
Describe the bug Using both flags at the same time is not throwing any error
To Reproduce Run the analyzer with this vue-mess-detector.json
vue-mess-detector.json
{ "apply": "vue-essential,vue-recommended,vue-strong,rrd,security", "ignore": "multiAttributeElements,ifWithoutCurlyBraces" }
Expected behavior It should throw an error because both flags shouldnt be used at the same time
Screenshots N/A
Used version number of vue-mess-detector: 0.57.0
0.57.0
Used version number of node & yarn: -
Additional context This was detected in this other issue
The text was updated successfully, but these errors were encountered:
fix using both --apply and --ignore flags should not be allowed fix #363
b177a98
rrd108
Successfully merging a pull request may close this issue.
Describe the bug
Using both flags at the same time is not throwing any error
To Reproduce
Run the analyzer with this
vue-mess-detector.json
Its being executed normally
Expected behavior
It should throw an error because both flags shouldnt be used at the same time
Screenshots
N/A
Used version number of vue-mess-detector:
0.57.0
Used version number of node & yarn: -
Additional context
This was detected in this other issue
The text was updated successfully, but these errors were encountered: