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
CFLintCLI.execute() now seems to use CFLintAPI internally. It seems that verbose and/or quiet are not properly passed down.
It manifests for me in me being unable to get the proper (set in main) values for quiet and verbose.
Will look into this in combination with #329.
The text was updated successfully, but these errors were encountered:
This is fixed and will be pushed in the feature branch for #329
Sorry, something went wrong.
Fix for cflint#524, the setters for quiet and logError had an issue w…
5a6f279
…hich caused them to not pass on the settings to the CFLint object.
TheRealAgentK
No branches or pull requests
CFLintCLI.execute() now seems to use CFLintAPI internally. It seems that verbose and/or quiet are not properly passed down.
It manifests for me in me being unable to get the proper (set in main) values for quiet and verbose.
Will look into this in combination with #329.
The text was updated successfully, but these errors were encountered: