Skip to content

Commit 50aa68e

Browse files
authored
Merge pull request #3 from leodahal4/main
fix(docs,deps): correct typos and enable golangci-lint installation
2 parents e7d7a20 + c749ab6 commit 50aa68e

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/content/contributing/contributors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ To understand the responsibilities, requirements, and guidelines for becoming a
2222

2323
---
2424

25-
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. 🌟
25+
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! 🌟

docs/content/known-issues/precommit-hooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Please check the [open](https://github.com/01cloud/01cloud-githooks/issues) and
1919

2020
##
2121

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

2525
**Workaround:**

golang/install_dependencies.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ install_tool_with_asdf() {
7070
case "$tool" in
7171
nodejs) plugin_repo="https://github.com/asdf-vm/asdf-nodejs" ;;
7272
golang) plugin_repo="https://github.com/asdf-community/asdf-golang" ;;
73-
# golangci-lint) plugin_repo="https://github.com/hypnoglow/asdf-golangci-lint.git" ;;
73+
golangci-lint) plugin_repo="https://github.com/hypnoglow/asdf-golangci-lint.git" ;;
7474
yamlfmt) plugin_repo="https://github.com/kachick/asdf-yamlfmt" ;;
7575
gitleaks) plugin_repo="https://github.com/jmcvetta/asdf-gitleaks" ;;
7676
pre-commit) plugin_repo="git@github.com:jonathanmorley/asdf-pre-commit.git" ;;
@@ -119,7 +119,7 @@ declare -a mandatory_tools=(
119119
"gitleaks:8.21.0"
120120
"yamlfmt:latest"
121121
"pre-commit:3.3.3"
122-
# "golangci-lint:1.63.4"
122+
"golangci-lint:1.63.4"
123123
)
124124

125125
# List of optional tools

0 commit comments

Comments
 (0)