wrapcheck
Error wrapper checker
A tool to check if errors from external packages are wrapped around their source code
A Go linter to check that errors from external packages are wrapped
309 stars
7 watching
28 forks
Language: Go
last commit: 3 months ago
Linked from 1 awesome list
checkerrorgogo-linterhacktoberfestlinter
Related projects:
Repository | Description | Stars |
---|---|---|
samber/oops | Provides an error handling wrapper with contextual information and stack traces. | 437 |
mozilla/addons-linter | A tool that checks JavaScript code for errors and warnings in web extensions. | 318 |
southclaws/fault | Provides an extensible error handling mechanism with structured metadata and composable error wrapping utilities. | 164 |
surullabs/lint | Tool to run multiple linters on Go code to detect errors and warnings | 67 |
go-critic/go-critic | A comprehensive and opinionated Go source code linter that provides checks for bugs, performance, and style issues. | 1,854 |
schlamar/flake8-todo | A Flake8 plugin that checks for TODO notes in Python code. | 30 |
sashamelentyev/usestdlibvars | Detects potential misuse of standard library variables in Go code | 43 |
fkie/catkin_lint | Checks package configurations for a ROS build system to detect common errors and issues. | 57 |
s-weigand/flake8-nb | A tool to check Python code quality in Jupyter notebooks. | 28 |
guilatrova/tryceratops | A tool to detect and prevent exception handling antipatterns in Python code | 432 |
emperror/emperror | Tools and strategies for handling errors in Go applications | 342 |
tomiacannondale/wrap_excel | A Ruby wrapper around Excel's win32ole to simplify Excel operations. | 13 |
dotenv-linter/dotenv-linter | A tool that checks and fixes .env files to prevent environmental issues in applications | 1,835 |
ztrue/tracerr | A utility library to format and handle errors with stack traces in Go programming language. | 1,033 |
openstack/hacking | Automates style checks and code review to enforce uniform coding standards across large projects. | 240 |