openvpn-status-web/.solargraph.yml

17 lines
215 B
YAML
Raw Normal View History

2020-03-01 22:05:43 +01:00
---
include:
- "**/*.rb"
- "bin/openvpn-status-web"
exclude:
- spec/**/*
- test/**/*
- vendor/**/*
- ".bundle/**/*"
require: []
domains: []
reporters:
- rubocop
- require_not_found
require_paths: []
max_files: 5000