Files
metasploit-gs/.solargraph.yml
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

29 lines
415 B
YAML
Raw Normal View History

2023-05-12 11:29:32 -04:00
---
include:
2023-05-16 18:25:37 -04:00
- "**/*.rb"
2023-05-12 11:29:32 -04:00
exclude:
- spec/**/*
- test/**/*
- vendor/**/*
- ".bundle/**/*"
2023-05-16 18:25:37 -04:00
- modules/**/*
- data/**/*
- db/**/*
- external/**/*
- plugins/**/*
- scripts/**/* # Some of this is old and may not need indexing???
2023-05-12 11:29:32 -04:00
require: []
domains: []
reporters:
- rubocop
- require_not_found
formatter:
rubocop:
cops: safe
except: []
only: []
extra_args: []
require_paths: []
plugins: []
2023-05-16 18:25:07 -04:00
max_files: 0