https://github.com/mirecl/golimiter
✨ GoLimiter is a Go linter and static analysis package.
https://github.com/mirecl/golimiter
analyzer golang linter
Last synced: 6 months ago
JSON representation
✨ GoLimiter is a Go linter and static analysis package.
- Host: GitHub
- URL: https://github.com/mirecl/golimiter
- Owner: mirecl
- License: mit
- Created: 2022-08-22T06:37:15.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-07-28T05:25:21.000Z (about 1 year ago)
- Last Synced: 2025-08-09T21:39:02.716Z (about 1 year ago)
- Topics: analyzer, golang, linter
- Language: Go
- Homepage:
- Size: 721 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
---
# ✨ GoLimiter
``golimiter`` is a Go linter and static analysis package.
# 📖 Checks
* *NoInit* - set limit for `init` functions
* *NoGoroutine* - forbid usage of `goroutine`
* *NoGeneric* - forbid usage of `generics`
* *NoDefer* - forbid usage of `defer`
* *NoNoLint* - forbid usage of `nolint`
