(#12052) [linter] Fix enabled/disabled items for test_package

This commit is contained in:
Javier G. Sogo
2022-08-04 16:43:05 +02:00
committed by GitHub
parent c6cddd3139
commit 9f53e62526

View File

@@ -15,9 +15,10 @@ disable=fixme,
missing-class-docstring,
invalid-name,
wrong-import-order, # TODO: Remove
import-outside-toplevel, # TODO: Remove
conan-bad-name,
conan-missing-name
import-outside-toplevel # TODO: Remove
enable=conan-test-no-name,
conan-import-conanfile
[REPORTS]
evaluation=max(0, 0 if fatal else 10.0 - ((float(5 * error) / statement) * 10))