mirror of
https://github.com/CLIUtils/CLI11.git
synced 2026-01-19 04:52:08 +00:00
conflicting option names (#1049)
Take the configurability of an option into account when determining ambiguous names and conflicts. --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
@@ -87,7 +87,7 @@ repos:
|
||||
exclude: .pre-commit-config.yaml
|
||||
|
||||
- repo: https://github.com/codespell-project/codespell
|
||||
rev: v2.2.6
|
||||
rev: v2.3.0
|
||||
hooks:
|
||||
- id: codespell
|
||||
args: ["-L", "atleast,ans,doub,inout"]
|
||||
args: ["-L", "atleast,ans,doub,inout,AtMost"]
|
||||
|
||||
Reference in New Issue
Block a user