-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix!: use plural names for options (#267)
Consistently uses singular and plural names for options in config and CLI BREAKING CHANGE: This requires to adapt CLI calls and config keys. Affected options: - `glob` -> `globs` in config profile - `iglob` -> `iglobs` in config profile - `glob`-file -> `glob-files` in config profile - `iglob-file` -> `iglob-files` in config profile - `custom-ignore-file` -> `custom-ignore-files` in config profile - `tag`-> `tags` in config profile - `keep-tags` -> now only array - `keep-ids` -> now only array --------- Co-authored-by: simonsan <14062932+simonsan@users.noreply.github.com>
- Loading branch information
Showing
7 changed files
with
30 additions
and
35 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains 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
This file contains 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