grunt-contrib-lualint

0.3.0 • Public • Published

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.

/grunt-contrib-lualint/

    Package Sidebar

    Install

    npm i grunt-contrib-lualint

    Weekly Downloads

    1

    Version

    0.3.0

    License

    MIT

    Last publish

    Collaborators

    • valerian.saliou