This probably should be disabled for code blocks, e.g.: ``` package main // Calculate does a computation. // // x += b58[b[i]] * j // j *= 58 func Calculate() int { return 0 } func main() {} ``` Reports: ``` $ main.go:6:1: Duplicate words (j) found ```
This probably should be disabled for code blocks, e.g.:
Reports: