Skip to content

Instantly share code, notes, and snippets.

@girip11
girip11 / .rubocop.yml
Created June 18, 2019 09:44 — forked from jhass/.rubocop.yml
My preferred Rubocop config
AllCops:
RunRailsCops: true
# Commonly used screens these days easily fit more than 80 characters.
Metrics/LineLength:
Max: 120
# Too short methods lead to extraction of single-use methods, which can make
# the code easier to read (by naming things), but can also clutter the class
Metrics/MethodLength:
@girip11
girip11 / cloudSettings
Last active April 22, 2021 08:28
Visual Studio Code Settings Sync Gist
{"lastUpload":"2021-04-22T08:28:35.322Z","extensionVersion":"v3.4.3"}