X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/8c1a5d62f8b2f5491f7d476cdcbd0d4121903079..40809825e8ff920cbce685360b7dce8296a29399:/.rubocop.yml diff --git a/.rubocop.yml b/.rubocop.yml index 87abac9a3..18bf69b9b 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -6,6 +6,8 @@ require: AllCops: TargetRubyVersion: 2.5 + Exclude: + - 'vendor/**/*' Rails: Enabled: true @@ -36,9 +38,6 @@ Naming/FileName: Naming/UncommunicativeMethodParamName: Enabled: false -Rails/ApplicationRecord: - Enabled: false - Rails/CreateTableWithTimestamps: Enabled: false