From c5f6ca0234b3a8609da2d24b5e544ccdd8151302 Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Sat, 15 Jun 2019 13:57:18 +0200 Subject: [PATCH] add exclude to typical reported typos --- config/services.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/services.yaml b/config/services.yaml index 1c66c6e03bb..fb42541d198 100644 --- a/config/services.yaml +++ b/config/services.yaml @@ -38,6 +38,8 @@ services: $correctToTypos: # keep "exclude_" explicit, to get typos to the correct key exclude_paths: + - 'exclude' + - 'excluded' - 'exclude_path' - 'excluded_path' - 'exclude_dir'