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 has been 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.
Add appropriate unit and acceptance tests.
The text was updated successfully, but these errors were encountered:
This issue specifies what's expected when implementing the addition of default validation groups.
Acceptance criteria:
validate.yml
file with theprm validate init
command in the user's code directory that is set up with default groups e.g.linters
,git
, etc.~/.config/.prm-config.yaml
file that, if set to true, will prevent a defaultvalidate.yml
file from being created inside a user's code dir.validate.yml
file creation is false.The text was updated successfully, but these errors were encountered: