Skip to content

Commit 67cc2d5

Browse files
author
Mike Shaw
committed
chore: update project dependencies
Signed-off-by: Mike Shaw <mike.shaw@dwp.gov.uk>
1 parent 989d850 commit 67cc2d5

File tree

5 files changed

+2536
-2925
lines changed

5 files changed

+2536
-2925
lines changed

.gitlab-ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@ audit:
103103

104104
checkmarx:
105105
stage: security-tests
106-
<<: *executor-docker
106+
tags:
107+
- transparent
107108
<<: *checkmarx-image
108109
<<: *checkmarx-script
109110
<<: *not-branches

.nycrc

-9
This file was deleted.

nyc.config.js

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
// eslint-disable-next-line import/no-extraneous-dependencies
2+
const config = require('@dwp/nyc-config-base');
3+
4+
config.exclude = config.exclude || [];
5+
6+
config.exclude = [
7+
...(config.exclude || []),
8+
'*.config.js',
9+
'.coverage',
10+
'.eslintrc.js',
11+
'.huskyrc.js',
12+
];
13+
14+
15+
module.exports = config;

0 commit comments

Comments
 (0)