Sha256: 6a6cad4563691460139bfb4a637496ba8b0dd456c741e3c743e136d3baafd733
Contents?: true
Size: 1.03 KB
Versions: 3
Compression:
Stored size: 1.03 KB
Contents
AllCops: TargetRubyVersion: 2.4 DefaultFormatter: fuubar DisplayCopNames: true ExtraDetails: true Exclude: - spec/**/*.rb - vendor/**/*.rb Metrics/BlockLength: Exclude: - rakelib/**/*.rb - spec/**/*.rb - vendor/**/*.rb Metrics/ModuleLength: Exclude: - lib/roda/plugins/endpoints.rb # It is 2017, UTF time! Style/AsciiComments: Enabled: false # Offense count: 1 Lint/AmbiguousOperator: Exclude: - 'lib/roda/endpoints/endpoint/collection.rb' # Offense count: 1 Lint/ShadowingOuterLocalVariable: Exclude: - 'lib/roda/endpoints/endpoint/item.rb' # Offense count: 3 Metrics/AbcSize: Max: 21 # Offense count: 1 # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns. # URISchemes: http, https Metrics/LineLength: Max: 81 # Offense count: 4 # Configuration parameters: CountComments. Metrics/MethodLength: Max: 18 # Offense count: 1 Style/Documentation: Exclude: - 'spec/**/*' - 'test/**/*' - 'lib/roda/endpoints/endpoint/class_interface.rb'
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
roda-endpoints-0.3.3 | .rubocop.yml |
roda-endpoints-0.3.2 | .rubocop.yml |
roda-endpoints-0.3.1 | .rubocop.yml |