@thomasdarde
Aide à l'écriture de code, permettant de respecter des règles de style.
Pref/Settings/Users
Save
Git
"save_on_focus_lost": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
Rubocop
https://github.com/bbatsov/rubocop/
gem install rubocop
rubocop
rubocop -a
Package controller:
sublimelinter
sublimelinter rubocop
Command pannel: rubocop
rubocop.yml
https://github.com/bbatsov/rubocop/issues/950
https://github.com/showcases/clean-code-linters
https://github.com/SublimeLinter/SublimeLinter3