diff --git a/.rubocop.yml b/.rubocop.yml index e228843..281dfd8 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,5 +1,9 @@ +AllCops: + TargetRubyVersion: 2.3 + NewCops: enable + +Layout/LineLength: + Max: 80 + Style/Documentation: Enabled: false - -Style/LineLength: - Max: 80