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

fix: cargo clippy linting flags need to accept strings #947

Merged
merged 1 commit into from
Sep 11, 2024

Conversation

OJarrisonn
Copy link
Contributor

The linting flags --warn, --deny, --allow and --forbid have string type rather than bool

The linting flags `--warn`, `--deny`, `--allow` and `--forbid` have
`string` type rather than `bool`

Signed-off-by: OJarrisonn <[email protected]>
@fdncred fdncred merged commit d04eea6 into nushell:main Sep 11, 2024
1 check passed
@fdncred
Copy link
Collaborator

fdncred commented Sep 11, 2024

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants