decko-commons/decko

View on GitHub
decko/Guardfile

Summary

Maintainability
Test Coverage

Line is too long. [125/90]
Open

  #  watch(%r{^spec/acceptance/steps/(.+)_steps\.rb$})   { |m| Dir[File.join("**/#{m[1]}.feature")][0] || 'spec/acceptance' }
Severity: Minor
Found in decko/Guardfile by rubocop

Line is too long. [94/90]
Open

  #  watch(%r{^app/(.*)(\.erb|\.haml|\.slim)$})          { |m| "spec/#{m[1]}#{m[2]}_spec.rb" }
Severity: Minor
Found in decko/Guardfile by rubocop

Line is too long. [181/90]
Open

  #  watch(%r{^app/controllers/(.+)_(controller)\.rb$})  { |m| ["spec/routing/#{m[1]}_routing_spec.rb", "spec/#{m[2]}s/#{m[1]}_#{m[2]}_spec.rb", "spec/acceptance/#{m[1]}_spec.rb"] }
Severity: Minor
Found in decko/Guardfile by rubocop

Line is too long. [138/90]
Open

  # callback(:run_on_modifications_begin) { puts "<script>document.body.innerHTML = '';</script>" } # use js to clear textmate's html view
Severity: Minor
Found in decko/Guardfile by rubocop

Line is too long. [96/90]
Open

  #  watch(%r{^app/views/(.+)/.*\.(erb|haml|slim)$})     { |m| "spec/features/#{m[1]}_spec.rb" }
Severity: Minor
Found in decko/Guardfile by rubocop

There are no issues that match your filters.

Category
Status