Bug 21195: Ignore files used for SCSS build process
authorNick Clemens <nick@bywatersolutions.com>
Thu, 9 Aug 2018 16:08:31 +0000 (16:08 +0000)
committerNick Clemens <nick@bywatersolutions.com>
Fri, 10 Aug 2018 12:39:01 +0000 (12:39 +0000)
koha_1       | #   Failed test 'All directories should be mapped:
.sass-lint.yml,.scss-lint.yml,gulpfile.js,package.json,yarn.lock'
koha_1       | #   at t/Makefile.t line 47.

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

Makefile.PL

index 0068424..74f74f6 100644 (file)
@@ -377,6 +377,11 @@ my $target_map = {
   # ignore files and directories created by the install itself
   './pm_to_blib'                => 'NONE',
   './blib'                      => 'NONE',
+  '.sass-lint.yml'              => 'NONE',
+  '.scss-lint.yml'              => 'NONE',
+  'gulpfile.js'                 => 'NONE',
+  'package.json'                => 'NONE',
+  'yarn.lock'                   => 'NONE',
 };
 
 =head1 CONFIGURATION OPTIONS