puppet - How can I disable only specific errors in Eclipse/Geppetto? -
i using geppetto 2.1.2 build r201202021616, based off eclipse engine. i'm using standalone install, rather eclipse plugin version.
i have few common warnings show in puppet files, due module coding being part of larger project geppetto not aware of.
i have ignore warnings.
i've found how disable errors , warnings, , how disable based on types such "xtext check", doesn't quite cover want do.
the 2 specific warnings want make ignore are:
hyphen '-' in name unofficially supported in puppet versions.
and
unqualified , unknown variable: '$<varname>'
can done, , if how? i've been able find info on disabling/ignoring broader categories of warnings , errors.
thank you.
neither of errors/markers configurable user in geppetto (2.2.0 current version). suggest log enhancement requests the geppetto issue tracker. (the checks can configured error/warning/ignore found under preferences/puppet , these tabs called potential problems, , stylistic problems.)
there 2 tricks can used introduce variables missing because modules not present.
- you can add variables "platform" .pptp file described in geppetto faq entry how make global variables known geppetto?.
or
- create dummy puppet project, add manifest , define variables dummy values. add dummy project "project dependency". expose variables code in project , variables resolved.
Comments
Post a Comment