Massa

Gem Version Build Status Coverage Status Code Climate

It's common to see Ruby (and Rails) projects becomming hard to maintain and less fun after a while. This gem helps you to keep its quality, good practices and security.

Massa can run in your CI and it will run different code analyzers tools, instead of only running your automated tests.

You can either use only the default tools or adding custom ones by using a simple config file.

massa

Verbose mode:

massa-v

Installation

Add the following lines to your application's Gemfile:

group :development, :test do
  gem 'massa'
end

And then execute:

$ bundle

Usage

Create a configuration file:

$ ... # TODO

Then, run

$ bundle exec massa

It's recommended to use -V (or --verbose) flag when running it in a CI:

$ bundle exec massa -V

About the gem name

"Massa" is a Portuguese slang which means "awesome", so once you add it to your project, it becomes "massa"!

Contributing

Bug reports and pull requests are welcome. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The gem is available as open source under the terms of the MIT License.

Copyright (c) 2016 Lucas Caton.