https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39115 Victor Grousset/tuxayo <victor@tuxayo.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #8 from Victor Grousset/tuxayo <victor@tuxayo.net> --- There is this separate occurrence of the perl denylist that is now diverging from tidy.pl: xt/perltidy.t 7:push @files, qx{git ls-files '*.pl' '*.pm' '*.t' ':(exclude)Koha/Schema/Result'}; (missing Koha/Schema.pm) js_tidy.t also has duplication of the list: qx{git ls-files '*.js' '*.ts' ':(exclude)koha-tmpl/intranet-tmpl/lib' ':(exclude)koha-tmpl/intranet-tmpl/js/Gettext.js' ':(exclude)koha-tmpl/opac-tmpl/lib' ':(exclude)Koha/ILL/Backend/'}; tt_tidy.t is good because it calls tidy.pl. That's why you could remove the denylist from there. -- You are receiving this mail because: You are watching all bug changes.