Denis Limarev

Results 22 issues of Denis Limarev

### Your feature request related to a problem? Please describe. is some case i don't want to disable all linter checks for expression by `nolint:gocritic` but only one rule `hugeParam`...

enhancement

currently ruleguard fails if it doesn't find package from dsl.import method

test data: https://github.com/delivery-club/delivery-club-rules/pull/10/files#diff-bf9f37c58b689ce834e8781b80ae7847ced4dc609d23d447f8bd8c45897fef28R27 rule: https://github.com/delivery-club/delivery-club-rules/pull/10/files#diff-906e4911c776d38b1d51a714ad179489432725792e05faff1efb36298e374321R411 Go version: 1.17.3 as i see there must be warning with current rules set

add feature for check local described interfaces in rules or in the same repo

**Is your feature request related to a problem? Please describe.** to prevent goroutines leak check for cancelFunc defer call (from context.WithCancel) **Describe the solution you'd like** add new rule for...

enhancement
good first issue

**Is your feature request related to a problem? Please describe.** Text.Matches method use regexp so it slower in execution than Contains method which based on go ast **Describe the solution...

enhancement
good first issue

**Is your feature request related to a problem? Please describe.** add test cases for expressions like `param.Method().Method(arg).Method()` for deferInLopp, uncheckedTypeAssert

enhancement
good first issue