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
{{ message }}
This repository was archived by the owner on Apr 17, 2023. It is now read-only.
This issue specifies what's expected when implementing the addition of default validation groups.
Acceptance criteria:
Create a validate.yml file with the prm validate init command in the user's code directory that is set up with default groups e.g. linters, git, etc.
Add a property to the ~/.config/.prm-config.yaml file that, if set to true, will prevent a default validate.yml file from being created inside a user's code dir.
Only create this file if it does not exist and the config property pertaining the validate.yml file creation is false.