diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2019-10-14 23:16:18 -0300 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2019-10-14 23:16:18 -0300 |
commit | f9abd5c3603d227400069b089b030fe146ab71b5 (patch) | |
tree | 1aba77a18f21764437ca680a7802260259aab3e2 | |
parent | 868ff5cd0402be1c8c5f3f97eda6299446adf724 (diff) | |
download | PSP.git-f9abd5c3603d227400069b089b030fe146ab71b5.tar.gz PSP.git-f9abd5c3603d227400069b089b030fe146ab71b5.tar.xz PSP.git-f9abd5c3603d227400069b089b030fe146ab71b5.zip |
Update .codacy.yml
-rw-r--r-- | .codacy.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.codacy.yml b/.codacy.yml index 5b7c293..c82b185 100644 --- a/.codacy.yml +++ b/.codacy.yml @@ -1,8 +1,8 @@ exclude_paths: - 'docs/**' - - 'Project/artProvider**' - - 'Project/data**' - - 'Project/fparser**' - - 'Project/rapidXML**' - - 'Project/wxMathPlot**' + - 'Project/artProvider/**' + - 'Project/data/**' + - 'Project/fparser/**' + - 'Project/rapidXML/**' + - 'Project/wxMathPlot/**'
\ No newline at end of file |