-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Init RFC * WIP new wildcard delimiter * Updating tests suite * Fix test for named and wildcard parameters routes * Fix benchmark * Small improvement * Fix benchmark * Use IndexByte instead of Index for string * Update README with the new route definition * Add tests for remove * Remove initial change on README.d * Mark unreachable old validation condition as to delete * Removing unnecessary validation checks * Add golangci-lint action * Configure linter * Fix linter * Fix linter * Update README.md
- Loading branch information
1 parent
142f137
commit 92ba374
Showing
8 changed files
with
531 additions
and
396 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
linters-settings: | ||
govet: | ||
check-shadowing: true | ||
|
||
linters: | ||
disable-all: true | ||
enable: | ||
- errcheck | ||
- gosimple | ||
- ineffassign | ||
- staticcheck | ||
- typecheck | ||
- unused | ||
- govet | ||
- gosec | ||
|
||
issues: | ||
exclude-rules: | ||
- path: _test\.go | ||
linters: | ||
- errcheck | ||
- gosimple | ||
- ineffassign | ||
- staticcheck | ||
- typecheck | ||
- unused | ||
- govet | ||
- gosec |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.