avocado-framework / avocado

Avocado is a set of tools and libraries to help with automated testing. One can call it a test framework with benefits. Native tests are written in Python and they follow the unittest pattern, but any executable can serve as a test.
https://avocado-framework.github.io/
Other
345 stars 343 forks source link

avocado.utils: use default pylintrc configuration from avocado-static-checks #6034

Open clebergnu opened 1 month ago

clebergnu commented 1 month ago

Is your feature request related to a problem? Please describe. Avocado currently uses avocado-static-checks, but for the lint checks use a custom configuration which is much more lax (has many more exceptions).

The autils project has a much more strict configuration file, which is the standard configuraiton supplied by avocado-static-checks.

Describe the solution you'd like Copying an avocado.utils into autils should not produce any lint errors.

clebergnu commented 1 month ago

Requires: https://github.com/avocado-framework/avocado-static-checks/issues/11