Skip to content

Commit 4d94429

Browse files
authored
feat(cli): Rules list command (#225)
1 parent 13f15a0 commit 4d94429

File tree

382 files changed

+51936
-51764
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

382 files changed

+51936
-51764
lines changed

.editorconfig

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
; https://editorconfig.org/
2-
3-
root = true
4-
5-
[*]
6-
insert_final_newline = true
7-
charset = utf-8
8-
trim_trailing_whitespace = true
9-
indent_style = space
10-
indent_size = 2
11-
12-
[{go.mod,go.sum,*.go}]
13-
indent_style = tab
14-
indent_size = 4
15-
16-
[*.md]
17-
indent_size = 4
18-
trim_trailing_whitespace = false
19-
20-
[*.py]
21-
max_line_length = 119
22-
indent_style = space
23-
indent_size = 4
1+
; https://editorconfig.org/
2+
3+
root = true
4+
5+
[*]
6+
insert_final_newline = true
7+
charset = utf-8
8+
trim_trailing_whitespace = true
9+
indent_style = space
10+
indent_size = 2
11+
12+
[{go.mod,go.sum,*.go}]
13+
indent_style = tab
14+
indent_size = 4
15+
16+
[*.md]
17+
indent_size = 4
18+
trim_trailing_whitespace = false
19+
20+
[*.py]
21+
max_line_length = 119
22+
indent_style = space
23+
indent_size = 4

.gitattributes

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
build/* linguist-detectable=false
2-
make.bat linguist-detectable=false
1+
build/* linguist-detectable=false
2+
make.bat linguist-detectable=false

.github/FUNDING.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# These are supported funding model platforms
2-
3-
github: [rabbitstack]
4-
1+
# These are supported funding model platforms
2+
3+
github: [rabbitstack]
4+

.github/dependabot.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
version: 2
2-
updates:
3-
- package-ecosystem: "gomod"
4-
directory: "/"
5-
schedule:
6-
interval: "daily"
7-
time: "13:00"
8-
labels:
9-
- deps
10-
commit-message:
11-
prefix: "chore(deps)"
12-
1+
version: 2
2+
updates:
3+
- package-ecosystem: "gomod"
4+
directory: "/"
5+
schedule:
6+
interval: "daily"
7+
time: "13:00"
8+
labels:
9+
- deps
10+
commit-message:
11+
prefix: "chore(deps)"
12+

0 commit comments

Comments
 (0)