jam2in / arcus-java-client

Arcus Java client
Apache License 2.0
0 stars 0 forks source link

pre-commit scripts 추가 #13

Closed whchoi83 closed 4 years ago

whchoi83 commented 8 years ago

commit - push 하기 전에 간단한 lint 확인을 위한 pre-commit scripts 를 추가한다. 해당 내용은 8.3 Git맞춤 - Git Hooks에 자세하게 설명되어 있다.

현재 arcus-java-client 의 .git directory 아래에는 hooks 가 없는 상태이다. pre-commit scripts 에서는 [Java/C Client] Coding Style Guide 작성 이슈에서 논의된 내용을 바탕으로 작성된 Jam2in Java Coding Style Guide 의 내용을 점검한다.

그 외에도 lint 검사로 추가할 것이 있으면 논의를 통해 추가한다.