tree: cf24e70616529582729ecf6c81f22d3e0a390050 [path history] [tgz]
  1. .groovylintrc.json
  2. README.md
  3. command.mk
  4. groovy.mk
  5. help.mk
  6. include.mk
  7. install.mk
  8. urls
makefiles/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.