8000 Add new features to CHANGELOG.md · symfony/symfony@e01d9dd · GitHub
[go: up one dir, main page]

Skip to content

Commit e01d9dd

Browse files
Add new features to CHANGELOG.md
1 parent f540c3a commit e01d9dd

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/Symfony/Component/Yaml/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ CHANGELOG
66

77
* Added `github` format support & autodetection to render errors as annotations
88
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.
923

1024
5.1.0
1125
-----

0 commit comments

Comments
 (0)
0