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.

or

  • create dummy puppet project, add manifest , define variables dummy values. add dummy project "project dependency". expose variables code in project , variables resolved.

Comments

Popular posts from this blog

jquery - Invalid Assignment Left-Hand Side -

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -