tree: 0f4d0280a8e9eab2ab245bed8fcf804a0c339037 [path history] [tgz]
  1. README.md
  2. include.mk
  3. urls
makefiles-orig/lint/groovy/README.md

lint: groovy source

Invoke the linting tool

% make lint-groovy

Alt checking: groovy interpreter

Odd syntax errors can be detected by the groovy interpreter.

% groovy path/to/{source}.groovy

jjb/ pipeline scripts will eventually due to syntax problems but groovy can still detect problems like mismatched quotes, invalid op tokens, etc.