Sha256: a93621eec54f7441d8bfc9ae6db53a6764b4ff9225bc570d09fe545a808da10a

Contents?: true

Size: 1.74 KB

Versions: 3

Compression:

Stored size: 1.74 KB

Contents

# Pronto::Luacheck

[![Gem Version](https://badge.fury.io/rb/pronto-luacheck.svg)](http://badge.fury.io/rb/pronto-luacheck)
[![Build Status](https://travis-ci.org/seikichi/pronto-luacheck.svg?branch=master)](https://travis-ci.org/seikichi/pronto-luacheck)
[![Coverage Status](https://coveralls.io/repos/seikichi/pronto-luacheck/badge.svg?branch=master&service=github)](https://coveralls.io/github/seikichi/pronto-luacheck?branch=master)

[Pronto](https://github.com/mmozuras/pronto) runner for [Luacheck](https://github.com/mpeterv/luacheck).

`luacheck` is needed to be installed for this runner to work.

## Configuration

Configuring Luacheck via `.luacheckrc` will work just fine with `pronto-luacheck`.

You can explicitly specify location of Luacheck runner by passing `PRONTO_LUACHECK_PATH` env variable e.g:

```bash
PRONTO_LUACHECK_PATH=/usr/very/hidden/bin/luacheck pronto run --index
```

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'pronto-luacheck'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install pronto-luacheck

## Development

After checking out the repo, run `bundle` to install dependencies. Then, run `rake test` to run the tests.

To install this gem onto your local machine, run `bundle exec rake install`.
To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`,
which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/seikichi/pronto-luacheck.

## License

The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
pronto-luacheck-1.0.1 README.md
pronto-luacheck-1.0.0 README.md
pronto-luacheck-0.1.0 README.md