Skip to content
New issue

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

[Bug]:Regression on 8.13.0 ? Ignoring --config with yml file? #6025

Closed
1 task done
vhvb1989 opened this issue Aug 2, 2024 · 3 comments · Fixed by #6027 or Azure/azure-dev#4172 · May be fixed by WontonSam/opentelemetry.io#29 or WontonSam/opentelemetry.io#34
Closed
1 task done

Comments

@vhvb1989
Copy link
Sponsor

vhvb1989 commented Aug 2, 2024

Kind of Issue

Runtime - command-line tools

Tool or Library

cspell

Version

8.13.0

Supporting Library

Not sure / None

OS

Linux

OS Version

No response

Description

Running command:

cspell lint '**/*.{go,md}' --config ./cli/azd/.vscode/cspell.yaml

Works on version 8.12.1, but fails using 8.13.0

When using 8.13.0, cspell ignores the overrides settings from the config file

Steps to Reproduce

Add the overrides setting to a config.yaml file and try to use version 8.13.0 with it.

yaml example: https://github.com/Azure/azure-dev/blob/main/cli/azd/.vscode/cspell.yaml

Expected Behavior

No response

Additional Information

No response

cspell.json

No response

cspell.config.yaml

No response

Example Repository

https://github.com/Azure/azure-dev/blob/main/cli/azd/.vscode/cspell.yaml

Code of Conduct

  • I agree to follow this project's Code of Conduct
@Jason3S
Copy link
Collaborator

Jason3S commented Aug 2, 2024

@vhvb1989,

Thank you. I'll take a look.

@Jason3S
Copy link
Collaborator

Jason3S commented Aug 2, 2024

@vhvb1989,

It was a regression. Thank you for the report. It is fixed in 8.13.1.

Copy link
Contributor

github-actions bot commented Sep 2, 2024

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.