X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/1ebd7ca9b00949ab13bd151f5eedeee3d34b34b0..071d7619c54f70d2278a9ea7d6e7d96187cc649c:/.rubocop.yml diff --git a/.rubocop.yml b/.rubocop.yml index 24d57fb37..aacaf2d53 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,5 +1,8 @@ inherit_from: .rubocop_todo.yml +AllCops: + TargetRubyVersion: 2.3 + Rails: Enabled: true