appacademy / dotfiles

Get your computer ready for App Academy!
22 stars 30 forks source link

Improve Rubocop.yml #17

Open wolverdude opened 8 years ago

wolverdude commented 8 years ago

The Rubocop configuration is out of date and often over-restrictive. This is okay because linter-rubocop turned off by default, but it would be nice if we could give students a good base configuration if they want it.

LochandQuay commented 6 years ago

The newest version of rubocop shuffled around quite a few of its config files to different namespaces, as I discovered trying to use my old rubocop.yml on VSCode.

As all incoming students should be downloading the latest version of Rubocop and could encounter the same issues, I've gone through and updated the file.

wolverdude commented 6 years ago

Thanks! I look forward to your PR.