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

voxpupuli / puppet-lint-unquoted_string-check / 43 / 3
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: 2.0.0
DEFAULT BRANCH: master
Ran 24 Mar 2020 11:42PM UTC
Files 1
Run time 0s
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

24 Mar 2020 11:41PM UTC coverage: 100.0%. Remained the same
2.1.5

Pull #9

travis-ci

web-flow
Allow namespaced data types

puppet-lint detects namespaced data types as CLASSREF instead of TYPE
because lexically they are identical. Since the built in data types are
hardcoded and detected as TYPE, we can assume that if the CLASSREF
includes :: it is probably a namespaced data type and thus valid syntax.
This means unnamespaced custom data types are unsupported, but that's
reserved for Puppet built-ins anyway.

This also drops the s.type != :TYPE check because it's redundant.
s.type can't be both (:NAME or :CLASSREF) and :TYPE.
Pull Request #9: Support namespaced data types in selectors

40 of 40 relevant lines covered (100.0%)

462.6 hits per line

Source Files on job 43.3 (2.1.5)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 42
  • Travis Job 43.3
  • 297f14c2 on github
  • Prev Job for 2.1.5 on fix-types-in-selector (#39.3)
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