mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #18160 from fjmolinas/pr_python_lint_compile_and_test
dist/tools/compile_and_test_for_board: fix lint
This commit is contained in:
commit
6cca6234b0
@ -324,7 +324,7 @@ class RIOTApplication:
|
||||
if self.testcase:
|
||||
self.testcase.stderr += err.output + "\n"
|
||||
self.logger.warning(
|
||||
"Got an error during clean-intermediates," " ignore: %r", err
|
||||
"Got an error during clean-intermediates, ignore: %r", err
|
||||
)
|
||||
|
||||
def run_compilation_and_test(self, **test_kwargs):
|
||||
|
@ -7,6 +7,3 @@ extend-ignore = E203
|
||||
|
||||
[pylint]
|
||||
max-line-length = 88
|
||||
|
||||
[pylint.messages_control]
|
||||
disable = C0330, C0326
|
||||
|
Loading…
Reference in New Issue
Block a user