- [BUGFIX] Handle open pull request events.
- [FEATURE] Ignore PRs which contain "farcy: ignore" in the PR description.
- [BUGFIX] Fix issue with github3.py version 1.0.
- [BUGFIX] Fix imports.
- [FEATURE] Support user blacklists.
- [FEATURE] Provide an SCSS-Lint handler for css and scss .css and .scss files.
- [BUGIFX] Handle github3.exceptions.ServerErrors in the event loop.
- [BUGFIX] Add catch-all for exceptions that could occur when handling a PullRequest or Push event.
- [CHANGE] Drop python 3.2 support (not easily supported by coveralls and is minimally used: praw-dev/praw#532 (comment)).
- [FEATURE] Automatically process new and updated pull requests from github repo.
- [FEATURE] Enable config options to be given both in a config file and on the command line.
- [FEATURE] Manually process a single pull request from the command line.
- [FEATURE] Provide an ESLint handler for javascript .js and .jsx files (well tested).
- [FEATURE] Provide a Flake8 handler for python .py files (minimally tested).
- [FEATURE] Provide a JSXHint handler for javascript .js and .jsx files (moderately tested).
- [FEATURE] Provide a Pep257 handler for python .py files (minimally tested).
- [FEATURE] Provide a Rubocop handler for ruby .rb files (well tested).
- [FEATURE] Support a maximum visible Farcy comment limit on a single pull request.
- [FEATURE] Support file exclusion paths. file.
- [FEATURE] Support user whitelists.