Fixing errors The first error occurs on line 1, character 1. Implement the fix by adding---at the top of the YAML file. The second exception occurs on line 8 at the seventh character. The error text states this is an indentation error, and you fix it by adding an additional two space...
autoInstallPeers: true excludeLinksFromLockfile: false importers: .: dependencies: ejs: specifier: ^3.1.10 version: 3.1.10 enquirer: specifier: ^2.4.1 version: 2.4.1 kolorist: specifier: ^1.8.0 version: 1.8.0 devDependencies: '@eslint/js': specifier: ^9.23.0 ver...
[Auto-fix](../autofix.md) functionality will change **inline comment indentation to one character instead of two**, which is the default of [yamllint]. The reason for this decision was to keep reformatting compatibility with [prettier], which is the most popular reformatter. ```yaml title...
Well, I guess either there needs to be a better autoformatter than prettier for this extension or the shortcomings of prettier need to be better documented (such as requiring a custom yamllint config everywhere it is used). I also found it weird that prettier seems to have no opinion regard...
vscode/vscodium extension for providing Ansible auto-completion and integrating quality assurance tools like ansible-lint, ansible syntax check, yamllint, molecule and ansible-test. - djun/vscode-ansible
CI: Fix TestPyPI "dev0" versions for master commits on tags Mar 23, 2025 docs decoder: Autodetect encoding for ignore-from-file Mar 23, 2025 tests tests: Stop using open()’s default encoding Mar 23, 2025 yamllint yamllint version 1.37.0 ...
Rakefile rubocop --auto-correct 2 months ago yamllint.gemspec Fix rubocop Gemspec/RequiredRubyVersion 2 months ago README.md YamlLintChecks YAML files for correct syntax. Currently it checks for:Valid YAML syntax Overlapping key definitions in YAML files, where the last definition would winThis...
[MIRROR]: Source files of the container image volkerraschek/yamllint - fix(renovate): remove automerge options · volker-raschek/yamllint-docker@2894c04
auto_tag: false dockerfile: Dockerfile dry_run: true force_tag: true no_cache: true purge: true mirror: from_secret: docker_io_mirror registry: git.cryptic.systems repo: git.cryptic.systems/volker.raschek/yamllint tags: latest-arm-v7 username: from_secret: git_cryptic_systems_container_r...
Sourced fromyamllint's changelog. 1.36.0 (2025-03-11) Add support for Python 3.13, drop support for Python 3.8 Rulekey-ordering: addignored-keysoption Rulequoted-strings: fixonly-when-neededand escaped special chars Fix TTY-related tests on Python 3.14 ...