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

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

Build:
Build:
LAST BUILD BRANCH: 2.0.0
DEFAULT BRANCH: master
Ran 25 Mar 2020 12:54PM 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

25 Mar 2020 12:53PM UTC coverage: 100.0%. Remained the same
2.6

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

41 of 41 relevant lines covered (100.0%)

534.93 hits per line

Source Files on job 46.3 (2.6)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 45
  • Travis Job 46.3
  • d86f19ad on github
  • Prev Job for 2.6 on fix-types-in-selector (#45.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