diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2019-10-14 23:15:20 -0300 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2019-10-14 23:15:20 -0300 |
commit | 868ff5cd0402be1c8c5f3f97eda6299446adf724 (patch) | |
tree | def29539015c07300b0c34a3f54218a148f1bde5 | |
parent | 3c3bc3040e57aca32bf295684ccfbe6ac593e231 (diff) | |
download | PSP.git-868ff5cd0402be1c8c5f3f97eda6299446adf724.tar.gz PSP.git-868ff5cd0402be1c8c5f3f97eda6299446adf724.tar.xz PSP.git-868ff5cd0402be1c8c5f3f97eda6299446adf724.zip |
Exclude external libraries to codacy analysis
-rw-r--r-- | .codacy.yml | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/.codacy.yml b/.codacy.yml index 34b52d0..5b7c293 100644 --- a/.codacy.yml +++ b/.codacy.yml @@ -1,11 +1,8 @@ ---- -engines: - cppcheck: -languages: - cpp: - extensions: - - '-cpp' - - '-h' exclude_paths: - 'docs/**' + - 'Project/artProvider**' + - 'Project/data**' + - 'Project/fparser**' + - 'Project/rapidXML**' + - 'Project/wxMathPlot**'
\ No newline at end of file |