-
-
Notifications
You must be signed in to change notification settings - Fork 238
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
arm-ttk linter throws error when the path it is analyzing has a space in it #1879
Comments
Thank you for reporting this. To state the obvious, it sounds like we need to add some quotes somewhere. |
@Kurt-von-Laven I'm pretty sure that's here ->
|
@BrunoJuchli it's solevd :) |
@nvuillam |
@nvuillam @Kurt-von-Laven |
@BrunoJuchli you're welcome, don't hesitate to star and share MegaLinter on social networks , the more users -> the more contributors and capabilities for MegaLinter :) |
Describe the bug
When the arm-ttk linter is enabled and there is an azure resource manager template file (*.arm.json) in a path containing a whitespace the linting errors out with an error like:
That is, megalinter fails to execute the linter.
To Reproduce
Steps to reproduce the behavior:
/src/Foo/Properties/ServiceDepencencies/some folder path with space/appInsights1.arm.json
Expected behavior
The linter should run
Additional context
The same problem also existed with the powershell linter, which was fixed: #1728
The text was updated successfully, but these errors were encountered: