Sha256: dfd423426ca5ad1e74fbb76d65f0c9043d4ed2c594cd8f27a2336f6d69b3bce1
Contents?: true
Size: 917 Bytes
Versions: 7
Compression:
Stored size: 917 Bytes
Contents
require: rubocop-jekyll inherit_gem: rubocop-jekyll: .rubocop.yml AllCops: TargetRubyVersion: 2.4 Include: - lib/**/*.rb Exclude: - .gitignore - .rspec - .rubocop.yml - .travis.yml - Gemfile.lock - HISTORY.md - LICENSE.txt - README.md - script/**/* - vendor/**/* - gemfiles/**/* Naming/MemoizedInstanceVariableName: Exclude: - lib/cloudcannon-jekyll/page-without-a-file.rb Metrics/CyclomaticComplexity: Exclude: - lib/cloudcannon-jekyll/jsonify-filter.rb # TODO remove this and fix warnings Metrics/PerceivedComplexity: Exclude: - lib/cloudcannon-jekyll/jsonify-filter.rb # TODO remove this and fix warnings Metrics/MethodLength: Exclude: - lib/cloudcannon-jekyll/jsonify-filter.rb # TODO remove this and fix warnings Metrics/AbcSize: Exclude: - lib/cloudcannon-jekyll/jsonify-filter.rb # TODO remove this and fix warnings
Version data entries
7 entries across 7 versions & 1 rubygems