cpp-linter/cpp-linter-hooks

clang-tools are installed into home directory, making pre-commit installation mutate system

maxnoe opened this issue · 0 comments

By running clang-tools install, the pre-commit hooks installs the tools globally for the user (on my system into ~/.local/bin).

This is bad: pre-commit hooks should install their software into the virtual environments that are created for them and not mutate the system outside of that.