Skip to content

Instantly share code, notes, and snippets.

@uehaj
Created November 6, 2011 00:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uehaj/1342285 to your computer and use it in GitHub Desktop.
Save uehaj/1342285 to your computer and use it in GitHub Desktop.
CodeNarcでGroovyコードをチェック(カレントディレクトリの**/*.groovyを検証し、結果をCodeNarcReport.htmlに出力)
// CodeNarcでGroovyコードをチェックする。
// カレントディレクトリの**/*.groovyを検証し、結果をCodeNarcReport.htmlに出力する。
@Grab(group='org.codenarc', module='CodeNarc', version='0.15')
import org.codenarc.CodeNarc
CodeNarc.main(args)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment