forked from e621ng/e621ng

* Allow modifying .env without git complainging about changes to commit * Require COMPOSE_PROFILE=solargraph for solargraph to be included in the image * Set required vscode settings for solargraph to correctly work in docker * Clean up .solargraph.yml. All these removed values are the default * Disable autocomplete in the rails console * Add a compose service to run rubocop * Upddate rubocop config Added some, removed some, ordered alphabetically. Before: 844 files inspected, 6871 offenses detected, 6095 offenses autocorrectable After: 844 files inspected, 8024 offenses detected, 7538 offenses autocorrectable Most of the new offences are because of Style/StringLiterals (1312)
13 lines
178 B
YAML
13 lines
178 B
YAML
require:
|
|
- actioncable
|
|
- actionmailer
|
|
- actionpack
|
|
- actionview
|
|
- activejob
|
|
- activemodel
|
|
- activerecord
|
|
- activestorage
|
|
- activesupport
|
|
reporters:
|
|
- rubocop
|