From 2b0b3441d74de6faec16f2c71e0902f9710c17dc Mon Sep 17 00:00:00 2001 From: maneshwar Date: Sat, 28 Feb 2026 14:30:32 +0530 Subject: [PATCH] Add git-lrc to the list of tools in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b77c1dab..665c0086 100644 --- a/README.md +++ b/README.md @@ -3190,6 +3190,7 @@ _Source code analysis tools, also known as Static Application Security Testing ( - [dupl](https://github.com/mibk/dupl) - Tool for code clone detection. - [errcheck](https://github.com/kisielk/errcheck) - Errcheck is a program for checking for unchecked errors in Go programs. - [fatcontext](https://github.com/Crocmagnon/fatcontext) - Fatcontext detects nested contexts in loops or function literals. +- [git-lrc](https://github.com/HexmosTech/git-lrc) - Free, unlimited AI code reviews that run on every commit. - [go-checkstyle](https://github.com/qiniu/checkstyle) - checkstyle is a style check tool like java checkstyle. This tool inspired by java checkstyle, golint. The style referred to some points in Go Code Review Comments. - [go-cleanarch](https://github.com/roblaszczak/go-cleanarch) - go-cleanarch was created to validate Clean Architecture rules, like a The Dependency Rule and interaction between packages in your Go projects. - [go-critic](https://github.com/go-critic/go-critic) - source code linter that brings checks that are currently not implemented in other linters.