Skip to content

Commit 9f2265c

Browse files
committed
Cleanup YAML files with yamllint and yaml-lint
- pip install yamllint - gem install yaml-lint
1 parent 351dfb4 commit 9f2265c

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

.pullapprove.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
---
12
version: 2
2-
extends: Default # see https://pullapprove.com/sourceryinstitute/
3+
extends: Default # see https://pullapprove.com/sourceryinstitute/
34
groups:
45
# These have all the group_defaults
56
Maintainers:
@@ -13,9 +14,9 @@ groups:
1314
- caffeinate-opencoarrays
1415
teams:
1516
- team-opencoarrays
16-
# https://github.com/orgs/sourceryinstitute/teams/team-opencoarrays
17+
# https://github.com/orgs/sourceryinstitute/teams/team-opencoarrays
1718
OpenCoarrays:
18-
# Whenever someone has a PR, on any branch require at least 1
19+
# Whenever someone has a PR, on any branch require at least 1
1920
# collaborator to explicitly review it
2021
required: 1
2122
users: all

codecov.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
1+
---
12
comment:
23
layout: header, changes, diff, sunburst
34
coverage:
45
ignore:
5-
- src/tests
6-
- src/single
7-
- src/gasnet
8-
- src/mpi_cuda
9-
- src/armci
6+
- src/tests
7+
- src/single
8+
- src/gasnet
9+
- src/mpi_cuda
10+
- src/armci
1011
notify:
1112
gitter:
1213
default:
1314
branches:
14-
- master
15+
- master
1516
threshold: '0.1'
1617
url: https://webhooks.gitter.im/e/cd081feecb000a89d36b
1718
slack:
1819
default:
1920
branches:
20-
- master
21+
- master
2122
threshold: '0.01'
2223
url: https://hooks.slack.com/services/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
2324
status:
2425
patch: false
2526
project:
2627
default:
2728
branches:
28-
- master
29-
- devel
29+
- master
30+
- devel
3031
target: auto
31-

0 commit comments

Comments
 (0)