Skip to content

Commit

Permalink
Update linters and workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome committed Aug 19, 2024
1 parent 022c108 commit 2c54527
Show file tree
Hide file tree
Showing 23 changed files with 501 additions and 362 deletions.
13 changes: 13 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_size = 4
indent_style = tab

[*.{md,yml,yaml}]
indent_size = 2
indent_style = space
24 changes: 2 additions & 22 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,28 +15,8 @@ updates:
- "nginxinc/kic"

- package-ecosystem: "docker"
directory: "/grpc"
schedule:
interval: weekly
reviewers:
- "nginxinc/kic"

- package-ecosystem: "docker"
directory: "/tcp"
schedule:
interval: weekly
reviewers:
- "nginxinc/kic"

- package-ecosystem: "docker"
directory: "/udp"
schedule:
interval: weekly
reviewers:
- "nginxinc/kic"

- package-ecosystem: "docker"
directory: "/nap-dos"
directories:
- "**/*"
schedule:
interval: weekly
reviewers:
Expand Down
22 changes: 11 additions & 11 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
change:
- head-branch: ['^change/']
- head-branch: ["^change/"]

enhancement:
- head-branch: ['^feature/', '^feat/', '^enhancement/', '^enh/']
- head-branch: ["^feature/", "^feat/", "^enhancement/", "^enh/"]

bug:
- head-branch: ['^fix/', '^bug/']
- head-branch: ["^fix/", "^bug/"]

chore:
- head-branch: ['^chore/']
- head-branch: ["^chore/"]

documentation:
- head-branch: ['^docs/', '^doc/']
- changed-files: '**/*.md'
- head-branch: ["^docs/", "^doc/"]
- changed-files:
- any-glob-to-any-file: "**/*.md"

dependencies:
- head-branch: ['^deps/', '^dep/', '^dependabot/', 'pre-commit-ci-update-config']
- changed-files: ['go.mod', 'go.sum']

helm_chart:
- changed-files: ['deployments/helm-chart/**/*']
- head-branch:
["^deps/", "^dep/", "^dependabot/", "pre-commit-ci-update-config"]
- changed-files:
- any-glob-to-any-file: ["go.mod", "go.sum"]
253 changes: 0 additions & 253 deletions .github/workflows/ci.yaml

This file was deleted.

Loading

0 comments on commit 2c54527

Please sign in to comment.