mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-07-21 23:43:41 +00:00
18 lines
252 B
Plaintext
18 lines
252 B
Plaintext
---
|
|
include:
|
|
- "**/*.rb"
|
|
exclude:
|
|
- "spec/**/*"
|
|
- qa/specs/features/**/*
|
|
- ".bundle/**/*"
|
|
require: []
|
|
domains: []
|
|
reporters:
|
|
- rubocop # diagnostics
|
|
- require_not_found
|
|
formatter:
|
|
rubocop: # formatting
|
|
require_paths: []
|
|
plugins: []
|
|
max_files: 20000
|