Sha256: 795c0323dbd6b261f2ea1086d7a8c8a5766f1d03e4fb5d5337317b3e7560a88e
Contents?: true
Size: 1007 Bytes
Versions: 33
Compression:
Stored size: 1007 Bytes
Contents
prepare: fetch: - url: https://raw.githubusercontent.com/ManageIQ/manageiq-style/master/.rubocop_base.yml path: ".rubocop_base.yml" - url: https://raw.githubusercontent.com/ManageIQ/manageiq-style/master/.rubocop_cc_base.yml path: ".rubocop_cc_base.yml" - url: https://raw.githubusercontent.com/ManageIQ/manageiq-style/master/styles/base.yml path: styles/base.yml - url: https://raw.githubusercontent.com/ManageIQ/manageiq-style/master/styles/cc_base.yml path: styles/cc_base.yml plugins: rubocop: enabled: true config: ".rubocop_cc.yml" channel: rubocop-0-82 brakeman: enabled: false bundler-audit: enabled: false csslint: enabled: false duplication: enabled: true config: languages: - ruby - javascript eslint: enabled: false channel: eslint-3 fixme: enabled: false markdownlint: enabled: false exclude_patterns: - ".git/" - "**.xml" - "**.yaml" - "**.yml" - locale/ - spec/ - tools/ version: '2'
Version data entries
33 entries across 33 versions & 5 rubygems