https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16003 M. Tompsett <mtompset@hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #48791|0 |1 is obsolete| | Attachment #48839|0 |1 is obsolete| | --- Comment #9 from M. Tompsett <mtompset@hotmail.com> --- Created attachment 48864 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=48864&action=edit [SIGNED-OFF] Bug 16003: Add exception pattern list for codespell checks The 'isnt' Test::More subroutine should not be considered as a failure by the codespell check. To avoid that this patch introduces the concept of "exception patterns" for this check. NOTE: This is better than introducing a '-x {exception file}', because it dynamically handles the isnt( issue. If other similar function name issues arise in the future, modifications to the i_dont_fail_spelling.pl file and the exception list can be made. Signed-off-by: Mark Tompsett <mtompset@hotmail.com> -- You are receiving this mail because: You are watching all bug changes.