while-true-do / ansible-skeleton

The skeleton to create new ansible roles.
BSD 3-Clause "New" or "Revised" License
7 stars 0 forks source link

Feat: Testing for "TODO" in all files. #69

Open dschier-wtd opened 5 years ago

dschier-wtd commented 5 years ago

Currently, the skeletons provide some TODO steps. There should be a test, which is failing, if a developer has added TODO steps or missed to fix some. Other meta/hints should be warned.

TODO => fail BUG => fail HACK => fail FIXME => warn OPTIMIZE => warn NOTE => okay

Maybe this could also be part of the test-library or can be integrated in molecule.

dschier-wtd commented 5 years ago

code climate is an option, too for such stuff. i am currently testing it.