Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

disable a117 plugin #64

Merged
merged 1 commit into from
Oct 20, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@
# PLUGIN A11Y
# https://github.com/netlify-labs/netlify-plugin-a11y#readme
# ##############################################################################
[[plugins]]
package = "netlify-plugin-a11y"
# [[plugins]]
# package = "netlify-plugin-a11y"

# all inputs are optional, we just show you the defaults below
[plugins.inputs]
# [plugins.inputs]

# required config
checkPaths = ['/'] # you can give an array of directories or paths to html files, that you want to run a11y checks on
# checkPaths = ['/'] # you can give an array of directories or paths to html files, that you want to run a11y checks on

## optional config
ignoreDirectories = ['/editor'] # explicitly ignore these directories
resultMode = "warn" # is "error" by default
# ignoreDirectories = ['/editor'] # explicitly ignore these directories
# resultMode = "warn" # is "error" by default

# PLUGIN GATSBY CACHE
# https://github.com/jlengstorf/netlify-plugin-gatsby-cache#readme
Expand Down