diff --git a/.rubocop.yml b/.rubocop.yml index 654f622..bcebed9 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -8,6 +8,8 @@ inherit_gem: AllCops: TargetRubyVersion: 2.7 SuggestExtensions: false + Exclude: + - vendor/**/* Layout/LineLength: Exclude: