-
-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy path.yamllint.yml
More file actions
30 lines (27 loc) · 679 Bytes
/
Copy path.yamllint.yml
File metadata and controls
30 lines (27 loc) · 679 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
# yamllint configuration for rspec-tracer.
# The defaults flag GitHub Actions' `on:` key as a truthy value and enforce
# an 80-column limit that workflow syntax routinely exceeds. Relax both.
extends: default
rules:
truthy:
# GitHub Actions workflows use `on:` as a structural key, not a boolean.
allowed-values: ['true', 'false']
check-keys: false
line-length:
max: 200
level: warning
comments:
min-spaces-from-content: 1
comments-indentation: disable
document-start: disable
ignore: |
/coverage/
/rspec_tracer_cache/
/rspec_tracer_coverage/
/rspec_tracer_report/
/tmp/
/vendor/
/.bundle/
node_modules/
/spec/fixtures/