diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2019-10-14 10:30:47 -0300 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2019-10-14 10:30:47 -0300 |
commit | 7d52b52cb17ac27d02308a439619312bc7697417 (patch) | |
tree | 3f5dfded0905b876c81ad19c51603904b9552167 | |
parent | 62e4baccb27177e9efa17c513928e9713872e7c3 (diff) | |
download | PSP.git-7d52b52cb17ac27d02308a439619312bc7697417.tar.gz PSP.git-7d52b52cb17ac27d02308a439619312bc7697417.tar.xz PSP.git-7d52b52cb17ac27d02308a439619312bc7697417.zip |
codacy config file
-rw-r--r-- | .codacy.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.codacy.yml b/.codacy.yml new file mode 100644 index 0000000..34b52d0 --- /dev/null +++ b/.codacy.yml @@ -0,0 +1,11 @@ +--- +engines: + cppcheck: +languages: + cpp: + extensions: + - '-cpp' + - '-h' +exclude_paths: + - 'docs/**' +
\ No newline at end of file |