Docs.rs
nu-lint-0.0.78
nu-lint 0.0.78
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
wvhulle
Dependencies
clap ^4.5
normal
env_logger ^0.11
normal
heck ^0.5
normal
ignore ^0.4
normal
jaq-core ^2.2
normal
log ^0.4
normal
lsp-server ^0.7
normal
lsp-types ^0.97
normal
miette ^7.6
normal
nu-cli ^0.109.1
normal
nu-cmd-lang ^0.109.1
normal
nu-command ^0.109.1
normal
nu-parser ^0.109.1
normal
nu-protocol ^0.109.1
normal
nu-std ^0.109.1
normal
rayon ^1.10
normal
regex ^1.10
normal
serde ^1.0
normal
serde_json ^1.0
normal
similar ^2.6
normal
toml ^0.8
normal
criterion ^0.7
dev
tempfile ^3.10
dev
toml ^0.8
build
Versions
25.71%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Crate nu_lint
nu_lint
0.0.78
All Items
Crate Items
Re-exports
Modules
Structs
Enums
Constants
Crate
nu_lint
Copy item path
Source
Re-exports
§
pub use config::
Config
;
pub use config::
LintLevel
;
Modules
§
cli
config
fix
log
lsp
output
Structs
§
File
Span
A span relative to the current file being linted (starts at 0)
Lint
Engine
Violation
A lint violation with its full diagnostic information (after fix is attached).
Enums
§
Lint
Error
Lint
Span
A span that can be either global (AST) or file-relative
Constants
§
NU_
PARSER_
VERSION