mirror of
https://github.com/System-End/hackatime.git
synced 2026-04-19 19:55:16 +00:00
* Better emails! * Fix tests? * bit o' cleanup * add rant * pt2 * pt3 * Update tests * oop * man what on earth * ffs!!!!! * Revert "ffs!!!!!" This reverts commit b58bfed0f4c6288e95d0a111aeb3d7d7900ac9e7. * Revert "man what on earth" This reverts commit 8752cc2200eb3b852ea545d10ccbd555ab09d2b4. * Revert "Fix tests?" This reverts commit 810ebde73376ff7da0595e6b927f1b464d62b4a4. * Ignore external Google Fonts link in premailer
12 lines
306 B
YAML
12 lines
306 B
YAML
# Omakase Ruby styling for Rails
|
|
inherit_gem: { rubocop-rails-omakase: rubocop.yml }
|
|
|
|
AllCops:
|
|
Exclude:
|
|
- 'app/assets/stylesheets/**/*'
|
|
|
|
# Overwrite or add rules to create your own house style
|
|
#
|
|
# # Use `[a, [b, c]]` not `[ a, [ b, c ] ]`
|
|
# Layout/SpaceInsideArrayLiteralBrackets:
|
|
# Enabled: false
|