Veronika Romashkina
Veronika Romashkina
Thanks for such detailed analysis and overview, @chshersh ! :brain: :tada: I would definitely like to try the `ImplicitParameters` options first with the test phase on an actual (and preferably...
I am trying to implement that but can't actually catch on the ExitCall as we are using `callCommand` in the main instance. Here is my implementation: ```haskell infix 4 $??...
I see that there is `SpecSig` that seems to be what we want: ```haskell , nodeAnnotations = fromList [ ( "SpecSig" , "Sig")] , ... ``` We can search for...
Maybe as an opt-in inspection? We can provide a way for users to turn on some opinionated (style) inspections.
Interesting question, @chshersh :thinking: At the moment, I see this one as `STAN` inspection. When users add their own inspections, I propose to prepend `USER-` prefix to their ids, so...
Yes, we definitely need to start designing this feature. @chshersh , what do you think if we would support the creation of custom inspections through the other list in TOML...
@Lysxia if I understand you correctly, you need to exclude the whole folder of `dist-newstyle`? This is possible to do with: ```toml [[check]] type = "Exclude" directory = "dist-newstyle/" filter...
Sure, this sounds like a great idea, and there is a use-case for that. I think we can introduce globs to our configs. Stan itself is working with the relative...
Sure, go ahead!
This should be solved in the `main` branch now 🙂