https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30328
Emmi Takkinen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff --- Comment #21 from Emmi Takkinen <[email protected]> --- This now uses timestamp instead of incremental value. Qa-tools complains about not-tidy files [FAIL] cataloguing/additem.pl SKIP spelling FAIL tidiness File is not tidy, please run `perl misc/devel/tidy.pl cataloguing/additem.pl` [FAIL] cataloguing/value_builder/barcode.pl SKIP spelling FAIL tidiness File is not tidy, please run `perl misc/devel/tidy.pl cataloguing/value_builder/barcode.pl` [FAIL] cataloguing/value_builder/barcode_manual.pl SKIP spelling FAIL tidiness File is not tidy, please run `perl misc/devel/tidy.pl cataloguing/value_builder/barcode_manual.pl` but when I run tidy.pl it fixes lines which (as far as I can tell) are already tidy. Complains are all about space between use function and qw (e.g. use Encode qw( encode_utf8 )) qa-tools wants one space there but shouldn't they be aligned with other qws? -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
