diff --git a/README.md b/README.md
index 731633d..e2c8d7f 100644
--- a/README.md
+++ b/README.md
@@ -51,11 +51,19 @@ Just create a `phpcs.xml.dist` in your project's root directory with the followi
- bin/
- config/
- public/
- src/
- tests/
+ ./src/Migrations/*
+ ./src/Kernel.php
+ ./public/index.php
+ ./config/bundles.php
+ ./config/bootstrap.php
+ ./config/preload.php
+ ./tests/features/bootstrap/bootstrap.php
+ ./tests/object-manager.php
+ ./tests/symfony-container.php
+ ./tests/bootstrap.php
+
+ ./src
+ ./tests
```
diff --git a/SeptCodingStandard/ruleset.xml b/SeptCodingStandard/ruleset.xml
index 1833493..1dd5355 100644
--- a/SeptCodingStandard/ruleset.xml
+++ b/SeptCodingStandard/ruleset.xml
@@ -182,18 +182,4 @@
- ./src/Migrations/*
- ./src/Kernel.php
- ./public/index.php
- ./config/bundles.php
- ./config/bootstrap.php
- ./config/preload.php
- ./tests/features/bootstrap/bootstrap.php
- ./tests/object-manager.php
- ./tests/symfony-container.php
- ./tests/bootstrap.php
-
- ./src/
- ./tests/
-
\ No newline at end of file