aboutsummaryrefslogtreecommitdiff
path: root/clippy.toml
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2022-07-19 12:28:34 +0200
committerHampusM <hampus@hampusmat.com>2022-07-19 12:28:34 +0200
commitff71b49f014613729237178f0d3ea374f7d72cd5 (patch)
tree4d0b320fae52f8318139364d4dcd6b424fea735a /clippy.toml
parent58e50e3d9073584064e13edf489fc008b0388149 (diff)
refactor: use aggressive clippy linting
Diffstat (limited to 'clippy.toml')
-rw-r--r--clippy.toml1
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", ".."]