flippercloud / flipper

🐬 Beautiful, performant feature flags for Ruby.
https://www.flippercloud.io/docs
MIT License
3.66k stars 411 forks source link

Naming Style Validation #879

Open LandonSchropp opened 3 weeks ago

LandonSchropp commented 3 weeks ago

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.

bkeepers commented 3 weeks ago

Good suggestion. I opened https://github.com/flippercloud/flipper/pull/880 with an impelementation.

LandonSchropp commented 3 weeks ago

Awesome! Thank you. 🙏