Sha256: 9090758320f069101fb125ec128ba022c07f2dfeddf182edc7e927ba98bb9336
Contents?: true
Size: 1.09 KB
Versions: 1
Compression:
Stored size: 1.09 KB
Contents
# This configuration was generated by # `rubocop --auto-gen-config` # on 2018-08-22 09:37:39 -0400 using RuboCop version 0.51.0. # The point is for the user to remove these configuration records # one by one as the offenses are removed from the code base. # Note that changes in the inspected code, or installation of new # versions of RuboCop, may require this file to be generated again. # Offense count: 1 Lint/AmbiguousOperator: Exclude: - 'spec/spacex/launches_spec.rb' # Offense count: 5 # Configuration parameters: CountComments, ExcludedMethods. Metrics/BlockLength: Max: 71 # Offense count: 26 # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns. # URISchemes: http, https Metrics/LineLength: Max: 494 # Offense count: 1 # Configuration parameters: CountComments. Metrics/MethodLength: Max: 11 # Offense count: 5 Style/Documentation: Exclude: - 'spec/**/*' - 'test/**/*' - 'lib/spacex/base_request.rb' - 'lib/spacex/company_info.rb' - 'lib/spacex/launches.rb' - 'lib/spacex/roadster.rb' - 'lib/spacex/version.rb'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
spacex-0.0.6 | .rubocop_todo.yml |