2 unstable releases
| 0.2.0 | Jan 5, 2024 |
|---|---|
| 0.1.0 | Dec 21, 2023 |
#1078 in Testing
5KB
nagme
super pedantic, highly maintainable, linting
Relieve yourself from the mental fatigue of deciding which lints to enabled for each and every crate.
Just use nagme. All crates will have a curated, uniform set of very pedantic lints.
Note: nagme uses unstable features
nagme requires nightly to build
(see rust-lang
issue #54726)
Usage
- Add the
nagmeattribute macro to your crate:#![nagme::nagme]
Until this crate can exist on stable rust, these additional macros will be required:
#![feature(custom_inner_attributes)]
#![feature(prelude_import)]
Documentation
For more information, refer to:
Contributing
Before doing anything else: open an issue.