Sha256: b389ef42e9a4fa703fa148a62cb0bad2dccb4e20612838a1082cfcea3afc4028
Contents?: true
Size: 1.04 KB
Versions: 10
Compression:
Stored size: 1.04 KB
Contents
Style/BlockComments: Exclude: # This is the default rspec generated file so leave it be for consistency - spec/spec_helper.rb Layout/CommentIndentation: Exclude: # This is the default rspec generated file so leave it be for consistency - spec/spec_helper.rb Metrics/BlockLength: Exclude: # Rubocop does not like the rspec describe block style which is always long - spec/**/*_spec.rb # There isn't much sense breaking up the OptionParser block since splitting # into db and tacview option methods will just break the method length cop # and splitting further doesn't aid readability - exe/start_scribe Metrics/MethodLength: Exclude: # Breaking up the initializer doesn't really do much for readability - lib/tac_scribe/daemon.rb Metrics/ParameterLists: Exclude: # The nature of the beast. Being the entry point into the program # necessitates this - lib/tac_scribe/daemon.rb Style/GlobalVars: Exclude: # Using a global variable makes it available to the Pry console - bin/console
Version data entries
10 entries across 10 versions & 1 rubygems