We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6a61b1 commit 4d6229aCopy full SHA for 4d6229a
README.md
@@ -122,4 +122,3 @@ Contributions are welcome! Please feel free to submit pull requests.
122
## Author
123
124
[Victor Martins](https://github.com/vkunssec)
125
-```
internal/tools/utils.go
@@ -83,7 +83,7 @@ func GetGitHooksDir(relative bool) string {
83
return path.Join(cwd, ".git", "hooks")
84
}
85
86
-// IsCI verifica se está rodando em um ambiente de CI
+// IsCI checks if the current environment is a CI environment
87
func IsCI() bool {
88
ciEnvVars := []string{
89
"CI",
0 commit comments