Skip to content

Commit 3bc1006

Browse files
traskcijothomas
authored andcommitted
Update yamllint config (open-telemetry#4423)
For your consideration. Related to the confusion here: open-telemetry#4420 (comment)
1 parent cdc86be commit 3bc1006

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/workflows/fossa.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
fossa:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
15+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1616

17-
- uses: fossas/fossa-action@93a52ecf7c3ac7eb40f5de77fd69b1a19524de94 # v1.5.0
17+
- uses: fossas/fossa-action@93a52ecf7c3ac7eb40f5de77fd69b1a19524de94 # v1.5.0
1818
with:
1919
api-key: ${{secrets.FOSSA_API_KEY}}
2020
team: OpenTelemetry

.github/workflows/stale-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: "Close stale pull requests"
22
on:
33
schedule:
4-
- cron: "12 3 * * *" # arbitrary time not to DDOS GitHub
4+
- cron: "12 3 * * *" # arbitrary time not to DDOS GitHub
55

66
jobs:
77
stale:

.yamllint

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ rules:
44
document-start: disable
55
octal-values: enable
66
truthy:
7-
allowed-values: ['true', 'false', 'on'] # 'on' for GH action trigger
7+
allowed-values: ['true', 'false', 'on'] # 'on' for GH action trigger
88
line-length:
99
max: 200
1010
indentation:
@@ -13,3 +13,5 @@ rules:
1313
brackets:
1414
max-spaces-inside: 1
1515
max-spaces-inside-empty: 0
16+
comments:
17+
min-spaces-from-content: 1

0 commit comments

Comments
 (0)