You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feature #39641 [Yaml] Add --exclude and negatable --parse-tags option to lint:yaml command (christingruber)
This PR was merged into the 5.4 branch.
Discussion
----------
[Yaml] Add --exclude and negatable --parse-tags option to lint:yaml command
| Q | A
| ------------- | ---
| Branch? | 5.4
| Bug fix? | no
| New feature? | yes
| Deprecations? | no
| Tickets | None
| License | MIT
| Doc PR | symfony/symfony-docs#14780
Added a new `--exclude` option to exclude one or more specific files from multiple file list:
```lint:yaml dirname --exclude=/dirname/foo.yml --exclude=/dirname/bar.yml```
Allow negatable for the parse tags option with `--no-parse-tags` and increase the `symfony/console` dependency to version 5.3
Commits
-------
55704f3 [Yaml] Add an --exclude option to lint:yaml command
0 commit comments