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
The text was updated successfully, but these errors were encountered:
I just ran it on Windows and it failed. Log is:
❯ yamlfixer -c .\.yamllint.yml --summary --debug .\build.yml DEBUG: yamlfixer v0.9.15 DEBUG: arguments=Namespace(backup=False, backupsuffix='.orig', debug=True, diffto='nul', ext='yaml,yml,yamllint', forcecolors=False, followsymlinks=False, listfixers=False, nosyntax=False, nochange=False, recurse=0, jsonsummary=False, plainsummary=False, summary=True, tabsize=2, config_file='.\\.yamllint.yml', config_data=None, filenames=['.\\build.yml']) DEBUG: Fixing .\build.yml ... DEBUG: Executing linter with "yamllint --format parsable --strict --config-file '.\\.yamllint.yml' -" DEBUG: Linter's exit code is 1 DEBUG: was skipped Files to fix: 1 0 files were already correct before 0 files were modified but problems remain 0 files were entirely fixed 1 files were skipped 0 files were not writable 0 files with unknown status SKIPPED .\build.yml
Sorry, something went wrong.
@giggio thanks a lot for your tests. Please could you attach the .yamllint.yml and build.yml files you tested with to this issue ?
.yamllint.yml
build.yml
I can't share the build.yml file, but this is the .yamllint.yml:
--- rules: line-length: disable quoted-strings: required: only-when-needed quote-type: double
adriens
tamere-allo-peter
No branches or pull requests
The text was updated successfully, but these errors were encountered: