Dmitrii Kovanikov

Results 365 comments of Dmitrii Kovanikov

Hi @dpwiz, all solutions are _possible solutions_. They are to inform developers about different ways to solve the problem, but then it is up to developers to decide how to...

We can easily provide inspections for functions from the `containers` library, since there are not so many partial functions. But the number of partial functions in the API for `text`...

@vrom911 This sounds like a great idea! I propose to have a single inspection id for this. We only need to decide on prefix... Should it be something like `STAN-0199`...

@vrom911 :egg:cellent proposal :+1: That makes more sense to me. And we can easily extend these possibilities further.

I will try to share my thoughts of how :egg:zample of the custom inspection specifying can look like on something like STAN-0001 (partial `head`): ```toml [[inspection]] type = "ForbidName" id...

@vrom911 I share you concern. It would be good to check more things, but not sure how useful these warnings can be 🤔

Hi @maralorn! Most likely the reason for this error is the fact that the name of the `unordered-containers` package is not mentioned in the HIE files. Turns out, different build...

I'm thinking that our codecs can be smart and support both: single entry and list of entries. So the following will be valid: ```toml [[check]] type = "Ignore" category =...

We discussed that this is not always desirable to have this feature enabled by default. So it will be an opt-in feature which you may want to enable everywhere or...

Thanks for reporting. We will look closely into this problem and decide what to do with this inspection after a more thorough investigation.