diff --git a/Config/phpcs.xml b/Config/phpcs.xml
index d949d88..7e66885 100755
--- a/Config/phpcs.xml
+++ b/Config/phpcs.xml
@@ -16,6 +16,7 @@
*/Admin/Install/Application/*
*/node_modules/*
*/Resources/*
+*/Libraries/*
*/Web/*
*/omsSetup/*
*/demoSetup/*
diff --git a/Config/phpstan.neon b/Config/phpstan.neon
index cf5b35b..64a958a 100755
--- a/Config/phpstan.neon
+++ b/Config/phpstan.neon
@@ -28,7 +28,7 @@ parameters:
- */Docs/*
- */Documentation/*
- */Resources/*
- - *Resources*
+ - */Libraries/*
- */Routes/*
- */Hooks/*
- */Message/Mail/*