Project

General

Profile

Maintenance #3091

Updated by liaham 18 days ago

You need to have project:dev-env installed. 

 Run 

 ``` 
 (user)@(host):~/path/to/repo$ git setup 
 ``` 
 and follow the dialog by considering the requirements below: 

 * [x] [ ] Remove `scripts/` dir in favour of project:dev-env 
 * [x] [ ] Update Ruby linter config 
 * [x] [ ] Add lefthook config 
 * [ ] ~~Override global gpg key config if committing upstream~~  

 {{important(IMPORTANT) 
 Run `lefthook install` after finishing the process. This will activate the updated git hooks. 
 }}

Back