https://github.com/manateelazycat/rubocop-config
Configuration file for RobuCop
https://github.com/manateelazycat/rubocop-config
Last synced: 8 months ago
JSON representation
Configuration file for RobuCop
- Host: GitHub
- URL: https://github.com/manateelazycat/rubocop-config
- Owner: manateelazycat
- Created: 2018-09-13T12:58:32.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-13T13:01:08.000Z (about 7 years ago)
- Last Synced: 2024-12-30T19:35:06.585Z (10 months ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# What's this?
[RuboCop](https://rubocop.readthedocs.io/en/latest/) is wonderful static code analyzer that keep my ruby code clean and standard.
[.robocop.yml](rubocop.yml) is my configure file for RuboCop.
You just need copy it's content to ~/.rubocop.yml and enable flycheck in Emacs, RuboCopy will teach you how to write standard ruby code. ;)