vile-reek

0.2.1 • Public • Published

vile-reek CircleCI

A vile plugin for reek.

NOTICE

This project is not actively maintained. If you want to help maintain the project, or if you have a better alternative to switch to, please open an issue and ask!

Requirements

Installation

Currently, you need to have reek installed manually.

Example:

npm i -D vile vile-reek
gem install reek

Note: A good strategy is to use bundler.

Config

reek:
  config: .reek.yml

Versioning

This project ascribes to semantic versioning.

Licensing

This project is licensed under the MPL-2.0 license.

Any contributions made to this project are made under the current license.

Contributions

Current list of Contributors.

Any contributions are welcome and appreciated!

All you need to do is submit a Pull Request.

  1. Please consider tests and code quality before submitting.
  2. Please try to keep commits clean, atomic and well explained (for others).

Issues

Current issue tracker is on GitHub.

Even if you are uncomfortable with code, an issue or question is welcome.

Code Of Conduct

This project ascribes to contributor-covenant.org.

By participating in this project you agree to our Code of Conduct.

Maintainers

  • Nothing to see here...

Architecture

This project is currently written in JavaScript. Reek provides a JSON CLI output that is currently used until a more ideal IPC option is implemented.

  • bin houses any shell based scripts
  • src is es6+ syntax compiled with babel
  • lib generated js library

Hacking

cd vile-reek
npm install
gem install reek
npm run dev
npm test

Readme

Keywords

Package Sidebar

Install

npm i vile-reek

Weekly Downloads

0

Version

0.2.1

License

MPL-2.0

Last publish

Collaborators

  • brentlintner