slalombuild / secureli

seCureLI is a tool that enables you to experience the delight of building products by helping you get ideas from your head into working software as frictionlessly as possible, in a reliable, secure, scalable, and observable way.
Apache License 2.0
29 stars 3 forks source link

fix: Precommit config overwritten on init #572

Closed itoltz closed 2 weeks ago

itoltz commented 2 weeks ago

secureli-570

An existing precommit config file will be overwritten when running secureli init.

I've added a flag to the init action to prevent overwriting the config-- `secureli init --preserve-precommit-config'

Changes

Testing

Clean Code Checklist