Sha256: 7469a7aa2aef7e1cbe22cfa0b4fb8840a03f480b36a8a384319635078d28a498
Contents?: true
Size: 1.11 KB
Versions: 20
Compression:
Stored size: 1.11 KB
Contents
--- exclude_paths: - ".git/" - "**.xml" - "**.yaml" - "**.yml" - "lib/metadata/linux/test/Packages" - "lib/metadata/linux/test/tc_LinuxUtils.rb" - "locale/" - "spec/" - "test/" - "tools/" - "tmp/" engines: brakeman: # very slow :sad_panda: enabled: false bundler-audit: # requires Gemfile.lock enabled: false csslint: enabled: false duplication: enabled: true config: languages: ruby: mass_threshold: 25 count_threshold: 5 javascript: eslint: enabled: false channel: "eslint-3" fixme: # let's enable later enabled: false markdownlint: # let's enable later enabled: false rubocop: enabled: true config: '.rubocop_cc.yml' checks: method-complexity: enabled: true config: threshold: 8 prepare: fetch: - url: "https://raw.githubusercontent.com/ManageIQ/guides/master/.rubocop_base.yml" path: ".rubocop_base.yml" - url: "https://raw.githubusercontent.com/ManageIQ/guides/master/.rubocop_cc_base.yml" path: ".rubocop_cc_base.yml" ratings: paths: - Gemfile.lock - "**.rake" - "**.rb"
Version data entries
20 entries across 20 versions & 1 rubygems