Skip to content

Commit 915b930

Browse files
committed
test dotnet directly
1 parent 97c7870 commit 915b930

File tree

22 files changed

+154
-229
lines changed

22 files changed

+154
-229
lines changed

pre_commit/languages/dotnet.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,3 @@ def install_environment(
109109
tool_id,
110110
),
111111
)
112-
113-
# Clean the git dir, ignoring the environment dir
114-
clean_cmd = ('git', 'clean', '-ffxd', '-e', f'{ENVIRONMENT_DIR}-*')
115-
helpers.run_setup_cmd(prefix, clean_cmd)

testing/resources/dotnet_hooks_combo_repo/.pre-commit-hooks.yaml

Lines changed: 0 additions & 12 deletions
This file was deleted.

testing/resources/dotnet_hooks_combo_repo/dotnet_hooks_combo_repo.sln

Lines changed: 0 additions & 28 deletions
This file was deleted.

testing/resources/dotnet_hooks_combo_repo/proj1/Program.cs

Lines changed: 0 additions & 12 deletions
This file was deleted.

testing/resources/dotnet_hooks_combo_repo/proj1/proj1.csproj

Lines changed: 0 additions & 12 deletions
This file was deleted.

testing/resources/dotnet_hooks_combo_repo/proj2/Program.cs

Lines changed: 0 additions & 12 deletions
This file was deleted.

testing/resources/dotnet_hooks_combo_repo/proj2/proj2.csproj

Lines changed: 0 additions & 12 deletions
This file was deleted.

testing/resources/dotnet_hooks_csproj_prefix_repo/.gitignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

testing/resources/dotnet_hooks_csproj_prefix_repo/.pre-commit-hooks.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

testing/resources/dotnet_hooks_csproj_prefix_repo/Program.cs

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)