https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35582
--- Comment #11 from Lari Strand <[email protected]> --- The qa tool complains about this row: $language_subtag_registry->{language_description}.=" ($native_description)"; If I delete the row from the commit, the qa passes. The line is like a copy-paste from the old code line: $language_subtag_registry->{language_description}.=" ($language_descriptions->{description})" if $language_descriptions->{description}; I can't get it to pass validation without breaking the code. It's still valid perl and perltidy in VSCode doesn't want to touch the row (using perltidyrc from https://git.koha-community.org/Koha-community/Koha/src/commit/7e8f41cce9353a1aeda333906db0355b7066ab66/.perltidyrc if I recall). How do we move forward from this? -- You are receiving this mail because: You are the assignee for the bug. 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/
