Skip to content

Commit

Permalink
feat(cli): Rules list command (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
rabbitstack authored Dec 24, 2023
1 parent 13f15a0 commit 4d94429
Show file tree
Hide file tree
Showing 382 changed files with 51,936 additions and 51,764 deletions.
46 changes: 23 additions & 23 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
; https://editorconfig.org/

root = true

[*]
insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = true
indent_style = space
indent_size = 2

[{go.mod,go.sum,*.go}]
indent_style = tab
indent_size = 4

[*.md]
indent_size = 4
trim_trailing_whitespace = false

[*.py]
max_line_length = 119
indent_style = space
indent_size = 4
; https://editorconfig.org/

root = true

[*]
insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = true
indent_style = space
indent_size = 2

[{go.mod,go.sum,*.go}]
indent_style = tab
indent_size = 4

[*.md]
indent_size = 4
trim_trailing_whitespace = false

[*.py]
max_line_length = 119
indent_style = space
indent_size = 4
4 changes: 2 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
build/* linguist-detectable=false
make.bat linguist-detectable=false
build/* linguist-detectable=false
make.bat linguist-detectable=false
8 changes: 4 additions & 4 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# These are supported funding model platforms

github: [rabbitstack]

# These are supported funding model platforms

github: [rabbitstack]

24 changes: 12 additions & 12 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
time: "13:00"
labels:
- deps
commit-message:
prefix: "chore(deps)"

version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
time: "13:00"
labels:
- deps
commit-message:
prefix: "chore(deps)"

Loading

0 comments on commit 4d94429

Please sign in to comment.