igordejanovic / parglare

A pure Python LR/GLR parser - http://www.igordejanovic.net/parglare/
MIT License
136 stars 32 forks source link

Configured flake defaults #79

Closed SupraSummus closed 5 years ago

SupraSummus commented 5 years ago

Now flake8 check can be run with bare flake8. Excluded files are configured in setup.cfg.

Also this PR enables checking tests and examples directory during CI.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 90.284% when pulling 3e1faf6c69bfa708ba53b09fc6bed51cbb7088cd on SupraSummus:config into 1e2719378983fb069d5c50645143235f037afb85 on igordejanovic:master.

igordejanovic commented 5 years ago

Looks good. Thanks.