Pull request: all: imp tests, docs
Merge in DNS/adguard-home from imp-tests to master Squashed commit of the following: commit 15e1bd4ac38e95aa7dce716679d9a6bea43c5964 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Fri Jan 29 19:41:03 2021 +0300 scripts: imp docs commit bc54ce4e703dd4b2956636e0bd554073c9aa12c6 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Fri Jan 29 19:39:26 2021 +0300 all: imp tests, docs
This commit is contained in:
@@ -98,6 +98,9 @@ The rules are mostly sorted in the alphabetical order.
|
||||
* Prefer constants to variables where possible. Reduce global variables. Use
|
||||
[constant errors] instead of `errors.New`.
|
||||
|
||||
* Program code lines should not be longer than one hundred (**100**) columns.
|
||||
For comments, see the text section below.
|
||||
|
||||
* Unused arguments in anonymous functions must be called `_`:
|
||||
|
||||
```go
|
||||
|
||||
Reference in New Issue
Block a user