mirror of
https://github.com/conan-io/conan-center-index.git
synced 2025-08-15 11:08:38 +00:00
(#12052) [linter] Fix enabled/disabled items for test_package
This commit is contained in:
@@ -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))
|
||||
|
Reference in New Issue
Block a user