Sha256: ae646124ad6c4162be32c30dc1ec3ee113f1853ab67b7d3e4e67a3df7b7cdc3c
Contents?: true
Size: 892 Bytes
Versions: 19
Compression:
Stored size: 892 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 - lib/cloudcannon-jekyll/readers/old-data-reader.rb # TODO remove this and fix warnings Metrics/PerceivedComplexity: 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
19 entries across 19 versions & 1 rubygems