From 1df316f558ec2195d0278316a901bc697d9fcbb9 Mon Sep 17 00:00:00 2001 From: webbrain-one <295484252+webbrain-one@users.noreply.github.com> Date: Sat, 22 Aug 2026 07:05:40 +0300 Subject: [PATCH] docs: improve README Generated by qwen3.8-27b-nvfp4 via local API. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3d2679b..8ec46af 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + + # Dexgram [![CI](https://img.shields.io/github/actions/workflow/status/yashau/dexgram/ci.yml?branch=main&style=for-the-badge&label=CI)](https://github.com/yashau/dexgram/actions/workflows/ci.yml) @@ -405,8 +407,8 @@ Run the same checks used by GitHub Actions: .\scripts\check.ps1 ``` -The script verifies `gofmt`, runs tests and coverage, and runs the pinned -`golangci-lint`. +The script verifies `gofmt`, runs tests and coverage, runs the pinned +`golangci-lint`, and rejects tracked Go files over 1000 lines. Version metadata lives in `cmd/dexgram/versioninfo.json`. Regenerate the Go and Windows resource files with: