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

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

Build:
Build:
LAST BUILD BRANCH: 2.0.0
DEFAULT BRANCH: master
Ran 25 Mar 2020 12:54PM UTC
Jobs 3
Files 1
Run time 39s
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
46

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%)

41 of 41 relevant lines covered (100.0%)

1604.78 hits per line

Jobs
ID Job ID Ran Files Coverage
1 46.1 (2.4) 25 Mar 2020 12:55PM UTC 0
100.0
Travis Job 46.1
2 46.2 (2.5) 25 Mar 2020 12:54PM UTC 0
100.0
Travis Job 46.2
3 46.3 (2.6) 25 Mar 2020 12:54PM UTC 0
100.0
Travis Job 46.3
Source Files on build 46
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #46
  • Pull Request #9
  • PR Base - master (#45)
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