Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,24 +1,26 @@
exclude: ^.devcontainer/|^charts/|^mk-include/|^node_modules/
fail_fast: false
repos:
# ### SERVICEBOT BEGIN - DO NOT EDIT THIS SECTION
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
hooks:
- id: check-case-conflict
- id: check-json
- id: check-merge-conflict
args: [--assume-in-merge]
- id: check-yaml
args: [--unsafe]
- id: check-case-conflict
- id: check-json
- id: end-of-file-fixer
- id: trailing-whitespace

- repo: https://github.com/syntaqx/git-hooks
rev: v0.0.16
hooks:
# ### SERVICEBOT END
- id: go-fmt
always_run: false
- id: go-generate
always_run: false
- id: go-mod-tidy
always_run: false
exclude: ^.devcontainer/|^charts/|^mk-include/|^node_modules/
5 changes: 5 additions & 0 deletions service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ gitignore:
semaphore:
enable: true
pipeline_enable: false
managed_sections:
- version
- name
- agent
- global_job_config
make:
enable: false
sonarqube:
Expand Down