From 88eb1d64a7c1fa02b9bdcf515876940a2e113345 Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Mon, 15 Nov 2021 11:05:25 -0800 Subject: [PATCH] add build ignore line to ignore rules.go --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e6f0d6e3..4423064b 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,8 @@ Flags: Create a test `rules.go` file: ```go +// +build ignore + package gorules import "github.com/quasilyte/go-ruleguard/dsl"