|
1 | 1 | #![cfg_attr(feature = "fail-on-warnings", deny(warnings))] |
2 | | -//#![deny(missing_docs)] |
3 | | -//#![deny(missing_debug_implementations)] |
| 2 | +#![deny(missing_docs)] |
| 3 | +#![deny(missing_debug_implementations)] |
4 | 4 | #![forbid(unsafe_code)] |
5 | 5 | #![doc(html_root_url = "https://docs.rs/git-anger-management/0.4.0")] |
6 | | - |
7 | 6 | //! # git-anger-management |
8 | 7 | //! |
9 | 8 | //! ## What |
10 | 9 | //! |
11 | | -//! Have you ever wondered how much you or your co-workers actually curse in your |
12 | | -//! commit messages? Worry no more, `git-anger-management` is here to help you. |
13 | | -//! Simply run it against your repository and it'll tell you who is the naughtiest |
14 | | -//! of them all. |
| 10 | +//! Have you ever wondered how much you or your co-workers actually curse in |
| 11 | +//! your commit messages? Worry no more, `git-anger-management` is here to help |
| 12 | +//! you. Simply run it against your repository and it'll tell you who is the |
| 13 | +//! naughtiest of them all. |
15 | 14 | //! |
16 | 15 | //! ## Why |
17 | 16 | //! |
18 | 17 | //! Some times the only way to vent at the ridiculous crap we make is to write |
19 | | -//! really angry commit messages, I do it all the time. And I wanted to know just |
20 | | -//! how angry I get. |
| 18 | +//! really angry commit messages, I do it all the time. And I wanted to know |
| 19 | +//! just how angry I get. |
21 | 20 | //! |
22 | 21 | //! # Installation |
23 | 22 | //! |
24 | 23 | //! Make sure you have Rust installed (I recommend installing via |
25 | | -//! [rustup](https://rustup.rs/)), then run `cargo install git-anger-management`. |
26 | | -//! You can now check how naughty you are by running `git anger-management` in the |
27 | | -//! directory where you want to check naughtiness. |
| 24 | +//! [rustup](https://rustup.rs/)), then run `cargo install |
| 25 | +//! git-anger-management`. You can now check how naughty you are by running `git |
| 26 | +//! anger-management` in the directory where you want to check naughtiness. |
28 | 27 | //! |
29 | 28 | //! Output should look something like this: |
30 | 29 | //! |
|
0 commit comments