Actions
action #151219
closed[bug][os-autoinst-distri-opensuse] No .perltidyrc
Description
Running tidyall
on os-autoinst-distri-opensuse leads to an error message: cannot find file given with -pro=/home/clanig/Documents/gits/os-autoinst-distri-opensuse/.perltidyrc: No such file or directory.
Reason: There is no .perltidyrc
in the root directory of os-autoinst-distri-opensuse
, but an attribute in .tidyallrc
for [perltidy]
: argv = --pro=$ROOT/.perltidyrc
.
Together with the insufficient error message: "File [...] needs tidying", it can be considered impossible to tidy commits properly, since there are no rules specified how a file shall look like when it is tidied.
C.f. https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/18095
Actions