We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kind of Issue
Which Tool or library
Which Version
Version: 5.10.1
Issue with supporting library?
OS:
version:
Ubuntu 20.04.3 LTS
Describe the bug
When I try to import one config into another I've got strange warning:
Legacy config file version found: "0.2", upgrade to "0.2"
To Reproduce
Steps to reproduce the behavior:
cspell --config a.yaml "**"
Configs:
a.yaml
version: 0.2 language: en import: - b.yaml
b.yaml
version: 0.2 language: en
Expected behavior
No warning should be shown
Screenshots
The text was updated successfully, but these errors were encountered:
Thank you an excellent example.
Sorry, something went wrong.
@dshemin,
It is expecting a string and not a number.
string
number
Try:
version "0.2" language: en
fix: Allow config file version to be a number.
fc4a411
fix: #1729
fix: Allow config file version to be a number. (#1730)
9fa2eee
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Successfully merging a pull request may close this issue.
Info
Kind of Issue
Which Tool or library
Which Version
Version: 5.10.1
Issue with supporting library?
OS:
version:
Ubuntu 20.04.3 LTS
Bug Description
Describe the bug
When I try to import one config into another I've got strange warning:
To Reproduce
Steps to reproduce the behavior:
cspell --config a.yaml "**"
Configs:
a.yaml
b.yaml
Expected behavior
No warning should be shown
Screenshots
The text was updated successfully, but these errors were encountered: