Open DeflateAwning opened 8 months ago
Would it be an idea to use one of the presets as the default unless a .svls.toml
is found in the filesystem hierarchy? To me that would be a more sensible default than enabling everything regardless of conflicts. I'd be happy to submit a PR if this seems like a good idea.
I think this sounds like an obvious improvement!
It just occurred to me that it probably makes more sense to implement this in the svlint repository.
Potentially makes sense to do in both
I'm getting both of the following errors when I switch the style of my module name back and forth between
ExampleModule
andexampleModule
:I don't really care which one it is, but one should be selected and should be used as the default. I can't contend with it wanting both simultaneously.
I'm sure there are countless other examples of this sort of too-configurable-to-be-usable with the default setup.