1
0
mirror of https://github.com/cmur2/dyndnsd.git synced 2024-06-01 20:34:39 +02:00
dyndnsd/.solargraph.yml
2020-02-29 20:21:50 +01:00

17 lines
204 B
YAML

---
include:
- "**/*.rb"
- "bin/dyndnsd"
exclude:
- spec/**/*
- test/**/*
- vendor/**/*
- ".bundle/**/*"
require: []
domains: []
reporters:
- rubocop
- require_not_found
require_paths: []
max_files: 5000