Test Manifest TOML ================== This linter verifies syntax for ManifestParser TOML files. Run Locally ----------- This mozlint linter can be run using mach: .. parsed-literal:: $ mach lint --linter test-manifest-toml Configuration ------------- The configuration excludes all non-ManifestParser TOML files (as well as generated TOML manifests). Sources ------- * `Configuration (YAML) `_ * `Source `_ Errors Detected --------------- * Invalid TOML * Missing DEFAULT section (fixable) * Sections not in alphabetical order (fixable) * Section name not double quoted (fixable) * Disabling a path by commenting out the section * Conditional contains explicit ||