diff options
author | HampusM <hampus@hampusmat.com> | 2022-07-19 12:28:34 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-07-19 12:28:34 +0200 |
commit | ff71b49f014613729237178f0d3ea374f7d72cd5 (patch) | |
tree | 4d0b320fae52f8318139364d4dcd6b424fea735a /clippy.toml | |
parent | 58e50e3d9073584064e13edf489fc008b0388149 (diff) |
refactor: use aggressive clippy linting
Diffstat (limited to 'clippy.toml')
-rw-r--r-- | clippy.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clippy.toml b/clippy.toml new file mode 100644 index 0000000..a85655e --- /dev/null +++ b/clippy.toml @@ -0,0 +1 @@ +doc-valid-idents = ["CodeChain", ".."] |