Sha256: 46d22a0f074080f10f2be0bb63a23eef22b9682b489f9ec709c4c0403444eb98
Contents?: true
Size: 1.42 KB
Versions: 23
Compression:
Stored size: 1.42 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/tac_scribe # Cannot really avoid this - tac_scribe.gemspec 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 AllCops: Exclude: # These files will need a MAJOR refactoring to get rid of these warnings - lib/tac_scribe/cache.rb - lib/tac_scribe/datastore.rb - lib/tac_scribe/daemon.rb ClassVars: Exclude: # We are fine with this and understand the risks. We are not inheriting. - lib/tac_scribe/event_processor.rb
Version data entries
23 entries across 23 versions & 1 rubygems