We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f62ea0b + 3e13445 commit 184b994Copy full SHA for 184b994
manifest.yml
@@ -1,6 +1,7 @@
1
name: netlify-plugin-a11y
2
inputs:
3
- name: checkPaths
4
+ required: true
5
- name: resultMode
6
default: error
7
- name: debugMode
plugin/index.js
@@ -15,11 +15,6 @@ function netlifyPlugin(conf) {
15
constants: { PUBLISH_DIR },
16
utils: { build }
17
}) {
18
- if (!checkPaths) {
19
- build.failBuild(
20
- `checkPaths is undefined - please specify some checkPaths`
21
- );
22
- }
23
const htmlFilePaths = await pluginCore.generateFilePaths({
24
fileAndDirPaths: checkPaths,
25
PUBLISH_DIR
0 commit comments