> 🚧 Archived 🚧
> Please use the binary version instead, it should contain all functionality you were going to implement with the library.
> * https://github.com/DeveloperC286/conventional_commits_linter
# Conventional Commits Linter Library
[](https://docs.rs/conventional_commits_linter_lib)
[](https://crates.io/crates/conventional_commits_linter_lib)
[](https://conventionalcommits.org)
[](https://www.gnu.org/licenses/agpl-3.0)
A tooling and language agnostic library to lint Git commits against the Conventional Commits specification.
## Content
* [Usage](#usage)
+ [Usage - Logging](#usage-logging)
* [Issues/Feature Requests](#issuesfeature-requests)
## Usage
### Usage - Logging
The crate `log` is used to provide logging.
The environment variable `RUST_LOG` can be used to set the logging level.
See [https://crates.io/crates/log](https://crates.io/crates/log) for more detailed documentation.
## Issues/Feature Requests
To report an issue or request a new feature use [https://github.com/DeveloperC286/conventional_commits_linter/issues](https://github.com/DeveloperC286/conventional_commits_linter/issues).