brewery
notashelf /
eb84d4617bc5fbc7e072d5d031248a021b618af3

nixir

public

Import-resolving Nix IR plugin

Star0tarball
clone
ssh://git@git.notashelf.dev:33/notashelf/nixir.git

Commit eb84d4617bc5

tarball

NotAShelf <raf@notashelf.dev> · 2026-02-21 21:18 UTC

unverified1 files changed+9-0
chore: set up clang-tidy

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Idd88aa64efcc59a70dffa548603e51156a6a6964
diff --git a/.clang-tidy b/.clang-tidynew file mode 100644index 0000000..3ae4c7d--- /dev/null+++ b/.clang-tidy@@ -0,0 +1,9 @@+---+Checks: >+  bugprone-branch-clone,+  bugprone-assert-side-effect,+  bugprone-string-constructor,+  performance-inefficient-vector-operation,+  performance-unnecessary-value-param,+WarningsAsErrors: ''+HeaderFilterRegex: '^(src/|tests/)'