Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.08 KB

README.md

File metadata and controls

34 lines (21 loc) · 1.08 KB

Hurricane Farm

Application designed for automated exploits runs during Capture the Flag (CTF) competitions.

Development setup:

For starting with the project, please read Development Setup instructions.

Workflow & contributing:

Please read our Contribution Guidelines and Code of Conduct.

Everyday Gems & commands to run before pushing to origin:

  1. Rails Best Practices: is a code metric tool to check the quality of Rails code. Run:

    bundle exec rails_best_practices

    or

    bundle exec rails_best_practices -f html

    (for HTML output)

  2. Rubocop: a Ruby static code analyzer, based on the community Ruby style guide. Run:

    bundle exec rubocop

    to check your Ruby-files.