[Koha-bugs] [Bug 16003] Add spelling exclusion patch to QA Test tools

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 8 16:44:46 CET 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16003

--- Comment #6 from M. Tompsett <mtompset at hotmail.com> ---
Created attachment 48791
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=48791&action=edit
Bug 16003 - Add exceptions file logic to codespell call

I created an exceptions file by:
$ git grep "isnt(" | cut -f2- -d":" | sort -u >
~/qa-test-tools/spelling.exceptions

I then patched QohA/File.pm to include a -x extension to the
codespell call if the exceptions file existed.

TEST PLAN
---------
In your koha development directory apply bug 15870
run the koha qa test tools
-- you will get a complaint about isnt(,
   likely because it is tokenized as isnt.

apply this patch to your qa test tools
run the koha qa test tools on bug 15870 again
-- spelling issue passed!

THIS IS A COUNTER PATCH.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list