[Yaml] Adds chapters for YAML lint --exclude option#14780
Merged
javiereguiluz merged 1 commit intosymfony:5.4from Sep 23, 2021
Merged
[Yaml] Adds chapters for YAML lint --exclude option#14780javiereguiluz merged 1 commit intosymfony:5.4from
javiereguiluz merged 1 commit intosymfony:5.4from
Conversation
OskarStark
reviewed
Jan 4, 2021
1059093 to
487176d
Compare
487176d to
e64a77c
Compare
e64a77c to
9b0fe51
Compare
chalasr
added a commit
to symfony/symfony
that referenced
this pull request
Aug 14, 2021
… 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
Member
|
Christin, thanks a lot for contributing this nice features and also contribute the docs for it! This was finally merged. Cheers! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds the new chapters for the yaml lint
--excludeand--configoptions.See the feature pull: symfony/symfony#39641