A Rails app for the management of on-call schedules and interactions with Twilio.
Run bin/setup
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