Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/content/contributing/contributors.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ To understand the responsibilities, requirements, and guidelines for becoming a

---

We are always looking for more passionate individuals to contribute and take part in the journey of improving Pre-commit Automation Tool. Thank you to all our Contributors for their hard work and dedication! for the community. 🌟
We are always looking for more passionate individuals to contribute and take part in the journey of improving Pre-commit Automation Tool. Thank you to all our Contributors for their hard work and dedication! 🌟
2 changes: 1 addition & 1 deletion docs/content/known-issues/precommit-hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Please check the [open](https://github.com/01cloud/01cloud-githooks/issues) and

##

### Python dependecies not installed
### Python dependencies not installed
If you are getting an error like python dependencies not installed, please run the following command in your terminal

**Workaround:**
Expand Down
4 changes: 2 additions & 2 deletions golang/install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ install_tool_with_asdf() {
case "$tool" in
nodejs) plugin_repo="https://github.com/asdf-vm/asdf-nodejs" ;;
golang) plugin_repo="https://github.com/asdf-community/asdf-golang" ;;
# golangci-lint) plugin_repo="https://github.com/hypnoglow/asdf-golangci-lint.git" ;;
golangci-lint) plugin_repo="https://github.com/hypnoglow/asdf-golangci-lint.git" ;;
yamlfmt) plugin_repo="https://github.com/kachick/asdf-yamlfmt" ;;
gitleaks) plugin_repo="https://github.com/jmcvetta/asdf-gitleaks" ;;
pre-commit) plugin_repo="git@github.com:jonathanmorley/asdf-pre-commit.git" ;;
Expand Down Expand Up @@ -119,7 +119,7 @@ declare -a mandatory_tools=(
"gitleaks:8.21.0"
"yamlfmt:latest"
"pre-commit:3.3.3"
# "golangci-lint:1.63.4"
"golangci-lint:1.63.4"
)

# List of optional tools
Expand Down