File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change 1
1
kind/docs :
2
- - **/*.md
3
- - docs/**/*
2
+ - " **/*.md"
3
+ - " docs/**/*"
4
4
5
5
kind/ui :
6
- - web_src/**/*
6
+ - " web_src/**/*"
7
7
- all : ["templates/**/*", "!templates/swagger/v1_json.tmpl"]
8
8
9
9
kind/api :
10
- - templates/swagger/v1_json.tmpl
10
+ - " templates/swagger/v1_json.tmpl"
11
11
12
12
kind/build :
13
- - Makefile
14
- - Dockerfile
15
- - Dockerfile.rootless
16
- - docker/**
17
- - webpack.config.js
13
+ - " Makefile"
14
+ - " Dockerfile"
15
+ - " Dockerfile.rootless"
16
+ - " docker/**"
17
+ - " webpack.config.js"
18
18
19
19
kind/lint :
20
- - .eslintrc.yaml
21
- - .golangci.yml
22
- - .markdownlint.yaml
23
- - .spectral.yaml
24
- - .stylelintrc.yaml
20
+ - " .eslintrc.yaml"
21
+ - " .golangci.yml"
22
+ - " .markdownlint.yaml"
23
+ - " .spectral.yaml"
24
+ - " .stylelintrc.yaml"
You can’t perform that action at this time.
0 commit comments