8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f540c3a commit e01d9ddCopy full SHA for e01d9dd
src/Symfony/Component/Yaml/CHANGELOG.md
@@ -6,6 +6,20 @@ CHANGELOG
6
7
* Added `github` format support & autodetection to render errors as annotations
8
when running the YAML linter command in a Github Action environment.
9
+ * Added support for optional linter config from file `lint:yaml .yamllinter.yml`.
10
+
11
+ ```yml
12
+ yamllinter:
13
+ format: txt
14
+ includes:
15
+ - src/Resources/config/foo.yml
16
+ - src/Resources/config/bar.yml
17
+ - src/Resources/config/path/
18
+ excludes:
19
+ - src/Resources/config/path/exclude.yml
20
+ ```
21
22
+ * Added new `--exclude=/path/exclude.yml` option to exclude one or more specific files from multiple file list.
23
24
5.1.0
25
-----
0 commit comments