0.3.0 • Published 8 years ago

grunt-contrib-lualint v0.3.0

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

grunt-contrib-lualint

Build Status Gitter

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.

0.3.0

8 years ago

0.2.0

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago