diff --git a/.rubocop.yml b/.rubocop.yml
index 0cc729d3b08eff154b191a719e982b6ed3ccd2bc..ea4d365761e281d1ab5861816b58df1be5934e08 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -993,8 +993,6 @@ Rails/Validation:
 AllCops:
   RunRailsCops: true
   Exclude:
-    - 'spec/**/*'
-    - 'features/**/*'
     - 'vendor/**/*'
     - 'db/**/*'
     - 'tmp/**/*'