Aliaksei Zhuk
Results
1
issues of
Aliaksei Zhuk
Would be nice if this linter supported multiple strings to ignore. ```yaml goconst: # Exclude strings matching the given regular expressions. # Default: "" ignore-strings: - 'foo.+' - 'baa.+' ```...