inherit_gem: gitlab-styles: - rubocop-default.yml AllCops: TargetRubyVersion: 2.4 # Let's just pick something from the beginning Style/StringLiterals: Enabled: true EnforcedStyle: double_quotes # This isn't Rails, so disable these Rails/RakeEnvironment: Enabled: false CodeReuse/ActiveRecord: Enabled: false