Skip to content
This repository was archived by the owner on Apr 14, 2022. It is now read-only.

Sb/union clean #81

Closed
wants to merge 13 commits into from
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@ default:

.PHONY: lint
lint:
luacheck graphql/*.lua test/local/*.lua test/testdata/*.lua \
luacheck graphql/*.lua \
test/local/*.lua \
test/testdata/*.lua \
test/common/*.test.lua test/common/lua/*.lua \
test/extra/*.test.lua \
--no-redefined --no-unused-args

.PHONY: test
Expand Down
18 changes: 13 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,19 @@ make test

## Requirements

* For use: tarantool, lulpeg, >=tarantool/shard-1.1-91-gfa88bf8 (optional),
tarantool/avro-schema.
* For test (additionally to 'for use'): python 2.7, virtualenv, luacheck,
>=tarantool/shard-1.1-92-gec1a27e.
* For building apidoc (additionally to 'for use'): ldoc.
* For use:
* tarantool,
* lulpeg,
* >=tarantool/avro-schema-2.0-71-gfea0ead,
* >=tarantool/shard-1.1-91-gfa88bf8 (optional),
* lrexlib-pcre (optional).
* For test (additionally to 'for use'):
* python 2.7,
* virtualenv,
* luacheck,
* >=tarantool/shard-1.1-92-gec1a27e.
* For building apidoc (additionally to 'for use'):
* ldoc.

## License

Expand Down
Loading