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

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

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

pending completion
43

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

1 of 1 new or added line in 1 file covered. (100.0%)

40 of 40 relevant lines covered (100.0%)

925.2 hits per line

Jobs
ID Job ID Ran Files Coverage
2 43.2 (2.0.0) 24 Mar 2020 11:42PM UTC 0
100.0
Travis Job 43.2
3 43.3 (2.1.5) 24 Mar 2020 11:42PM UTC 0
100.0
Travis Job 43.3
Source Files on build 43
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #43
  • Pull Request #9
  • PR Base - master (#39)
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