diff options
author | Oto Šťáva <oto.stava@nic.cz> | 2024-05-15 16:04:21 +0200 |
---|---|---|
committer | Oto Šťáva <oto.stava@nic.cz> | 2024-06-04 13:04:50 +0200 |
commit | 7667fa9f31ba2e8d4d4f931c1a4517cd13ec4ac7 (patch) | |
tree | 8630197c158c04235ec691e3696c1622b683cd98 /utils | |
parent | Merge branch 'manager-configurable-meson' into 'master' (diff) | |
download | knot-resolver-7667fa9f31ba2e8d4d4f931c1a4517cd13ec4ac7.tar.xz knot-resolver-7667fa9f31ba2e8d4d4f931c1a4517cd13ec4ac7.zip |
utils/client/.clang-tidy: remove
This is a leftover from the merged CI/CD overhaul. Only relevant for
Knot Resolver 5 - in 6, the experimental client was removed in favour of
`kresctl` from `manager`.
Diffstat (limited to 'utils')
-rw-r--r-- | utils/client/.clang-tidy | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/utils/client/.clang-tidy b/utils/client/.clang-tidy deleted file mode 100644 index 46c666ca..00000000 --- a/utils/client/.clang-tidy +++ /dev/null @@ -1,2 +0,0 @@ ---- -Checks: '-*' |