lib/gemsmith/templates/%gem_name%/.codeclimate.yml.tt in gemsmith-9.0.0 vs lib/gemsmith/templates/%gem_name%/.codeclimate.yml.tt in gemsmith-9.1.0

- old
+ new

@@ -1,11 +1,11 @@ ---- +prepare: + fetch: + - https://raw.githubusercontent.com/bkuhlmann/code_quality/v0.1.0/configurations/.rubocop.yml engines: shellcheck: enabled: true - bundler-audit: - enabled: true reek: enabled: <%= config.dig :generate, :reek %> rubocop: enabled: <%= config.dig :generate, :rubocop %> scss-lint: @@ -14,16 +14,9 @@ enabled: true config: languages: - ruby - javascript - fixme: - enabled: true - config: - strings: - - TODO - - FIX - - DUPLICATE ratings: paths: - "app/**/*" - "bin/**/*" - "lib/**/*"