about summary refs log tree commit diff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorNick Schonning <nschonni@gmail.com>2023-03-04 18:33:52 -0500
committerGitHub <noreply@github.com>2023-03-05 00:33:52 +0100
commit82a6cf401244e0cc51bb5fa2aa20e58b9996a640 (patch)
tree4c2fa5eb0bbe73bf320b560a4eedc5155ff39df6 /.rubocop.yml
parent14f0b48fb60fec103d3b95d5f1cd4880a41c1a42 (diff)
Enable Rubocop for app/views (#23874)
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index f7ed79b76..b4387a461 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -19,7 +19,6 @@ AllCops:
   NewCops: enable
   Exclude:
     - db/schema.rb
-    - 'app/views/**/*'
     - 'config/**/*'
     - 'bin/*'
     - 'Rakefile'