An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          


golimiter




License


Test







---

# ✨ 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`