Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Uncomment all code Signed-off-by: Rodney Osodo <[email protected]> * feat(linters): add godox and dupword linters This commit adds two new linters, godox and dupword, to the linter configuration file (.golangci.yml). The godox linter checks for occurrences of TODO and FIXME comments in the codebase, helping to ensure that these comments are not forgotten or left unresolved. The dupword linter detects duplicate words in comments and strings, which can be a sign of typos or errors. These new linters will enhance the code quality and maintainability of the project. Signed-off-by: Rodney Osodo <[email protected]> * uncomment tests in /pkg/sdk/go/tokens_test.go Signed-off-by: Rodney Osodo <[email protected]> --------- Signed-off-by: Rodney Osodo <[email protected]>
- Loading branch information