You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting both of the following errors when I switch the style of my module name back and forth between ExampleModule and exampleModule:
Begin `module` name with lowerCamelCase.svls(lowercamelcase_module)
Begin `module` name with UpperCamelCase.svls(uppercamelcase_module)
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.
The text was updated successfully, but these errors were encountered:
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'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.
The text was updated successfully, but these errors were encountered: