eBooru/.solargraph.yml
Earlopain 6910369e2a
[Misc] Add rubocop and solargraph config
A bunch of rules are disabled or tweaked for the current style
2021-07-05 13:21:49 +02:00

32 lines
409 B
YAML

---
include:
- "**/*.rb"
exclude:
- spec/**/*
- test/**/*
- vendor/**/*
- ".bundle/**/*"
require:
- actioncable
- actionmailer
- actionpack
- actionview
- activejob
- activemodel
- activerecord
- activestorage
- activesupport
domains: []
reporters:
- rubocop
- require_not_found
formatter:
rubocop:
cops: safe
except: []
only: []
extra_args: []
require_paths: []
plugins: []
max_files: 5000