yard is smarter now?
On the changed line, YARD thought the bin path given was a regex and was interpretting it as such. It is not a regex.
This commit is contained in:
parent
993cb5fc05
commit
ad35df8f89
|
@ -82,7 +82,7 @@ Puppet::Type.type(:custom).provide :linux do
|
||||||
defaultfor :osfamily => 'RedHat', :operatingsystemmajrelease => '7'
|
defaultfor :osfamily => 'RedHat', :operatingsystemmajrelease => '7'
|
||||||
has_feature :implements_some_feature
|
has_feature :implements_some_feature
|
||||||
has_feature :some_other_feature
|
has_feature :some_other_feature
|
||||||
commands foo: /usr/bin/foo
|
commands foo: '/usr/bin/foo'
|
||||||
end
|
end
|
||||||
SOURCE
|
SOURCE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue