Skip to content

Commit

Permalink
ci: Add pre-commit yaml configuration. Remove previous files.
Browse files Browse the repository at this point in the history
Signed-off-by: Mihail Mihov <[email protected]>
  • Loading branch information
mishomihov00 committed Jan 10, 2025
1 parent 2f3bc09 commit 13f7f9a
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 55 deletions.
20 changes: 20 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
hooks:
- id: end-of-file-fixer
- id: check-added-large-files
- id: check-merge-conflict
- id: forbid-new-submodules
- repo: https://github.com/jguttman94/pre-commit-gradle
rev: v0.3.0
hooks:
- id: gradle-task
args: ['-w', '-o', 'spotlessAppl']
- repo: https://github.com/compilerla/conventional-pre-commit
rev: v2.4.0
hooks:
- id: conventional-pre-commit
stages: [ commit-msg ]
47 changes: 0 additions & 47 deletions build.gradle.kts

This file was deleted.

8 changes: 0 additions & 8 deletions scripts/hooks/pre-commit

This file was deleted.

0 comments on commit 13f7f9a

Please sign in to comment.