Commit e93bf3a
committed
chore(lint): scope revive var-naming exclusion to specific packages
Replace global var-naming rule disable with targeted exclusions
for packages that conflict with Go stdlib names: pkg/errors,
pkg/llm/context, pkg/sort, and pkg/test/http.
Signed-off-by: Akshay Pant <akshay.akshaypant@gmail.com>1 parent 610dd2c commit e93bf3a
1 file changed
+16
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
93 | 109 | | |
94 | 110 | | |
95 | 111 | | |
| |||
0 commit comments