flipper
flipper copied to clipboard
Naming Style Validation
trafficstars
The Naming Conventions page in the Flipper documentation includes some good advice:
Pick a naming style and stick with it. The most important thing is consistency.
Is there any way to enforce this with Flipper? It'd be cool to be able to configure a naming_style parameter and have Flipper automatically validate that the name matches the style.
Good suggestion. I opened https://github.com/flippercloud/flipper/pull/880 with an impelementation.
Awesome! Thank you. 🙏