Skip to content

Commit

Permalink
Add a codacy config file to ignore the python perftests ci code
Browse files Browse the repository at this point in the history
This causes otherwise problems as codacy demands to have a docstring
at the beginning of the file whereas inspect requires a copyright at
the beginning of the file.
  • Loading branch information
aurianer committed Jun 18, 2021
1 parent 1f2f29f commit 5ae83aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .codacy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
exclude_paths:
- "tools/perftests_ci/**"

0 comments on commit 5ae83aa

Please sign in to comment.