CI: remove trailing whitespace checks in Pylint

As they are already checked globally before
This commit is contained in:
0penBrain
2023-03-26 18:01:46 +02:00
committed by Uwe
parent e90347e3f7
commit c7a3fd0504

View File

@@ -93,7 +93,7 @@ on:
type: boolean
required: false
pylintDisable:
default: disable=C0302
default: C0302,C0303 # Trailing whitespaces (C0303) are already checked
type: string
required: false
pylintFailSilent: