fixed build config minutia

This commit is contained in:
Isaac Riley 2022-03-22 14:06:15 +01:00
parent d37fa6eaf7
commit 2726b85ef2
2 changed files with 3 additions and 1 deletions

View File

@ -7,6 +7,7 @@ omit =
*/test/*
*/__init__.py
*/setup.py
*/build_venv/*
source =
vidocp
relative_files = True
@ -34,6 +35,7 @@ omit =
*test.py
*/__init__.py
*/setup.py
*/build_venv/*
ignore_errors = True

View File

@ -1,4 +1,4 @@
sonar.exclusions=bamboo-specs/**, venv/**, **/*.js, **/*.html, **/*.css, data/**
sonar.exclusions=bamboo-specs/**, venv/**, **/*.js, **/*.html, **/*.css, data/**, build_venv/**
sonar.c.file.suffixes=-
sonar.cpp.file.suffixes=-
sonar.objc.file.suffixes=-