mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
38 lines
552 B
YAML
38 lines
552 B
YAML
|
# See https://github.com/restyled-io/restyled.io/wiki/Configuring-Restyled
|
||
|
|
||
|
enabled: true
|
||
|
|
||
|
exclude:
|
||
|
- "**/*.patch"
|
||
|
- "**/node_modules/**/*"
|
||
|
- "**/vendor/**/*"
|
||
|
- ".github/workflows/**/*" # https://github.com/restyled-io/restyler/issues/73
|
||
|
|
||
|
changed_paths:
|
||
|
maximum: 1000
|
||
|
outcome: error
|
||
|
|
||
|
remote_files: []
|
||
|
|
||
|
auto: false
|
||
|
|
||
|
pull_requests: true
|
||
|
|
||
|
comments: false
|
||
|
|
||
|
statuses:
|
||
|
differences: true
|
||
|
no_differences: true
|
||
|
error: true
|
||
|
|
||
|
request_review: none
|
||
|
|
||
|
labels: []
|
||
|
|
||
|
ignore_labels:
|
||
|
- restyled-ignore
|
||
|
|
||
|
restylers_version: "20200615"
|
||
|
|
||
|
restylers:
|
||
|
- "*"
|