0.3.0 • Published 10 years ago

grunt-contrib-lualint v0.3.0

Weekly downloads
1
License
MIT
Repository
github
Last release
10 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

10 years ago

0.2.0

11 years ago

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago