0.3.0 • Published 9 years ago
grunt-contrib-lualint v0.3.0
grunt-contrib-lualint
Grunt task for validating Lua code.
Getting started
You need to have the luac
command available on your system.
This plugin requires Grunt ~0.4.0
npm install grunt-contrib-lualint --save-dev
grunt.loadNpmTasks('grunt-contrib-lualint');
Usage
grunt.initConfig({
lualint: {
src: ['**/*.lua']
}
});
grunt.loadNpmTasks('grunt-contrib-lualint');
Options
force
Type: Boolean
Default value: false
Set force
to true to report errors but not fail the task.
License
This package is published under the MIT license.