puppet-lint icon indicating copy to clipboard operation
puppet-lint copied to clipboard

puppet-lint fails to warn on broken regexp

Open Katana-Steel opened this issue 7 years ago • 0 comments

this doesn't generate a warning/error

node /^.+[0-9[a-z]{3}[0-9]+\./ {
  include common
}

I think it should... could possibly also verify validity to if $x =~ // tests

Katana-Steel avatar May 31 '18 19:05 Katana-Steel