-
Notifications
You must be signed in to change notification settings - Fork 597
New issue
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
cfn-lint usage has changed. #3604
Comments
What OS and shell are you using? |
OS version:
|
Interesting we have the same exact setup
|
Its an issue with how we are handling the parsing errors like duplicate found. Looking into it. |
Tested and the fix resolves the issue. Thank you @kddejong |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cfn-lint Version
You can use
cfn-lint --version
to check thecfn-lint
version on your systemProvide additional details e.g. code snippets. Be sure to remove any sensitive data.
When I run multiple files, it pipes the findings from the last file. I have to run each file individually to get an output. What am I doing wrong?
Steps to reproduce
cfn-lint
orcfn-lint -t
with multiple files in a single commandExpected output
cfn-lint
pipes out the findings from both files, one after the other.Actual Output
When I run multiple files, it pipes the findings from the last file in the command. I had to run each file individually to get an output for every file. Just to show that both files have findings, I have added the last command.
Please advise.
The text was updated successfully, but these errors were encountered: