[Codenarc-developer] clean up apt files
Brought to you by:
chrismair
From: Chris M. <chr...@ea...> - 2011-02-06 18:04:55
|
Hamlet, I cleaned up a few issues with the APT files, where I found them: (1) Unfortunately, APT is kind of picky about needing blank lines in between sections, including before a source code section. So, Example of violations: -------------------------------------------------- Needs to be: Example of violations: -------------------------------------------------- (2) Likewise: <New in CodeNarc 0.13> Busy waiting (forcing a <<<Thread.sleep()>>> while waiting on a condition) should be avoided. Prefer using the gate and Needs to be: <New in CodeNarc 0.13> Busy waiting (forcing a <<<Thread.sleep()>>> while waiting on a condition) should be avoided. Prefer using the gate and (3) URL links should be surrounded in {{{ .. }}} or {{{url}label}} Chris |