Subject: | Doesn't allow certain files to be skipped |
Hi,
In my distribution (GO-TermFinder), I have a perl file autogenerated by SWIG, and SWIG doesn't
use 'use strict' when generating the code. This file then causes a failure in Kwalitee - can a
mechanism to skip Kwalitee tests for certain files be added?
Also, when I run "make test TEST_VERBOSE=1", the Kwalitee testing doesn't actually report
which file the strictness test, though I assume it's the swig generated one, as I also have a .t file
that uses Test::Strict on the distribution, which does skip the swig generated file, and it reports
no errors.
Cheers,
Gavin