mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 04:52:59 +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:
|
if self.testcase:
|
||||||
self.testcase.stderr += err.output + "\n"
|
self.testcase.stderr += err.output + "\n"
|
||||||
self.logger.warning(
|
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):
|
def run_compilation_and_test(self, **test_kwargs):
|
||||||
|
@ -7,6 +7,3 @@ extend-ignore = E203
|
|||||||
|
|
||||||
[pylint]
|
[pylint]
|
||||||
max-line-length = 88
|
max-line-length = 88
|
||||||
|
|
||||||
[pylint.messages_control]
|
|
||||||
disable = C0330, C0326
|
|
||||||
|
Loading…
Reference in New Issue
Block a user