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

chore: add git pre commit hook #9

Merged
merged 1 commit into from
Jun 5, 2024

Conversation

mateuszjenek
Copy link
Contributor

No description provided.

@@ -61,6 +61,7 @@ export class HumctlAdapter implements IHumctlAdapter {
result = await exec(humctlFilePath, command, {
env: await this.prepareEnvVars(),
});
/* eslint-disable @typescript-eslint/no-explicit-any */
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't we fix them 😅

Copy link
Contributor Author

@mateuszjenek mateuszjenek Jun 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm... some of them for sure. Some of them are any for a reason. The lint-staged that you proposed checks only files that are on staging so we can gradually fix all the warning, adding new features

@mateuszjenek mateuszjenek force-pushed the chore_add_git_pre_commit_hook branch from a210beb to b14d763 Compare June 5, 2024 12:29
@mateuszjenek mateuszjenek merged commit 2d03799 into main Jun 5, 2024
3 checks passed
@mateuszjenek mateuszjenek deleted the chore_add_git_pre_commit_hook branch June 5, 2024 13:51
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

Successfully merging this pull request may close these issues.

2 participants