Ronit Nallagatla
Ronit Nallagatla
You can refer to the [Rulesets](https://github.com/dalance/svlint/blob/master/MANUAL.md#rulesets) section of the manual that describe various sets of pre-configured rules. You could get started by picking a ruleset and then modifying it to...
I was thinking of a rule that is more lenient than the **explicit_case_default** rule, such that it forbids a case statement that doesn't have an explicit default branch *and* doesn't...
I think only allowing the simple form of pre-assignment would be the way to get started. I'll look into this. Thanks for the helpful notes!
Having a similar issue on linux. But it seems to occur randomly. If I open a file using Neovide, edit it, and `:wq` out of Neovide. The next time I...
> Nice one @ronitnallagatla. > > 1. Please add your name to the [list of contributors](https://github.com/dalance/svlint/blob/master/CONTRIBUTING.md). > > 2. Please add newlines (hard-wrap at 80 characters) in the [explanation](https://github.com/dalance/svlint/pull/280/files#diff-8f3a28ac3ab4e3465b88f3a2055a8671cbf9d6593dc284b1e7ec134cc3b7792c) to...
> * The rule is very broad, and I'm unsure if that's what you're aiming for. Would you mind adding some more testcases to show that this applies to _any...
No problem! Thanks for getting back :) > My instinct would be to have a flag for each thing that you want to restrict, similar to [this](https://github.com/dalance/svlint/blob/master/src/syntaxrules/re_forbidden_instance.rs#L9) which is set...
I've updated the config to hold the target declaration options, as well as the implementation to check if the corresponding flag and option is set. The rule on default only...
Thanks @dalance. I will open a new PR to add back the contributors after this PR has been merged