fix: Specify correct cppcheck cache-directory

This commit is contained in:
UdjinM6 2023-07-05 21:26:30 +03:00
parent 4fcc1ab4ce
commit 921c28ce9a

2
.gitignore vendored
View File

@ -159,7 +159,7 @@ dist/
/guix-build-*
# cppcheck cache-directory
.cppcheck/*
test/lint/.cppcheck/*
# flake8 cache location
.cache/*