nushell / nu_scripts

A place to share Nushell scripts with each other
MIT License
771 stars 230 forks source link

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

Closed OJarrisonn closed 2 months ago

OJarrisonn commented 2 months ago

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

fdncred commented 2 months ago

Thanks