Skip to content

A Rails app for the management of on-call schedules and interactions with Twilio.

License

Notifications You must be signed in to change notification settings

umts/screaming-dinosaur

Repository files navigation

screaming-dinosaur

A Rails app for the management of on-call schedules and interactions with Twilio.

screaming dinosaur

Build Status Code Climate Test Coverage Issue Count

Development

Setup

Run bin/setup

Style guides

This app comes bundled with RuboCop for ruby files, haml-lint for haml files, ESLint for JavaScript files, and Stylelint for scss files.

Many text editors have support for these linters and can show code violations in real time.

You can also run the linters from the command line:

rubocop your_file.rb
haml-lint your_file.html.haml
yarn run eslint your_file.js
yarn run stylelint your_file.scss