• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

sds / haml-lint / 535 / 7
99%
main: 97%

Build:
Build:
LAST BUILD BRANCH: sds/cut-version
DEFAULT BRANCH: main
Ran 14 Nov 2018 05:45PM UTC
Files 79
Run time 11s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

14 Nov 2018 05:41PM UTC coverage: 99.177% (-0.1%) from 99.295%
2.5.1, gemfiles/haml4.gemfile

push

travis-ci

sds
Ignore rubocop Layout/AlignHash in default config

If ruby calls span multiple lines, the extracted ruby code
doesn't have the original indentation, so the Layout/AlignHash
cop will give wrong reports

Example:

 $('#modal').html("#{escape_javascript(render(partial: 'submit_request_dialog',
                                              locals: { project: @project, package: @package,
                                              revision: @revision, target_project: @tprj, target_package: @tpkg,
                                              description: @description, cleanup_source: @cleanup_source }))}")

Becomes extracted:

escape_javascript(render(partial: 'submit_request_dialog',
                                             locals: { project: @project, package: @package,
                                             revision: @revision, target_project: @tprj, target_package: @tpkg,
                                             description: @description, cleanup_source: @cleanup_source }))

And rubocop would complain about 'Align the elements of a hash literal
if they span more than one line.'

1688 of 1702 relevant lines covered (99.18%)

2504.77 hits per line

Source Files on job 535.7 (2.5.1, gemfiles/haml4.gemfile)
  • Tree
  • List 0
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 524
  • Travis Job 535.7
  • 61b098a3 on github
  • Prev Job for 2.5.1, gemfiles/haml4.gemfile on master (#532.7)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc