summaryrefslogtreecommitdiffstats
path: root/testing/resources/dotnet_hooks_combo_repo/.pre-commit-hooks.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'testing/resources/dotnet_hooks_combo_repo/.pre-commit-hooks.yaml')
-rw-r--r--testing/resources/dotnet_hooks_combo_repo/.pre-commit-hooks.yaml12
1 files changed, 0 insertions, 12 deletions
diff --git a/testing/resources/dotnet_hooks_combo_repo/.pre-commit-hooks.yaml b/testing/resources/dotnet_hooks_combo_repo/.pre-commit-hooks.yaml
deleted file mode 100644
index f221854..0000000
--- a/testing/resources/dotnet_hooks_combo_repo/.pre-commit-hooks.yaml
+++ /dev/null
@@ -1,12 +0,0 @@
-- id: dotnet-example-hook
- name: Test Project 1
- description: Test Project 1
- entry: proj1
- language: dotnet
- stages: [commit]
-- id: proj2
- name: Test Project 2
- description: Test Project 2
- entry: proj2
- language: dotnet
- stages: [commit]