Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can add support for codemaid with husky #1061

Open
SomnathKadam opened this issue Oct 16, 2024 · 0 comments
Open

Can add support for codemaid with husky #1061

SomnathKadam opened this issue Oct 16, 2024 · 0 comments

Comments

@SomnathKadam
Copy link

Environment

  • Visual Studio version: [example 2022 Community]
  • CodeMaid version: [example 12.0.3]
  • Code language: [example C#]

Description

Can add support for codemaid with husky, so code will clean before push to git (precommit)

Expected behavior

So we can run precommit like

{
	"name": "run-codemaid",
	"command": "dotnet",
	"args": [
		"codemaid_command_if_any",
		"${staged}"
	],
	"include": [
		"**/*.cs"
	]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant