Dev/python
pylint 와 gitlab-ci
ggugi
2020. 5. 6. 18:13
사내 inhouse tool 개발을 위해 gitlab-ci 와
python code checker 를 연동 하기 위해
아래 사이트를 research 했다.
Reference
파이썬 코드 스타일 이야기 - (1) Style Checker, Formatter들 구경하기
Go 언어에는 gofmt라는 도구가 있다. Go를 설치하면 기본적으로 제공되는 콘솔용 코드 포매팅 프로그램인데, gofmt -w main.go같은 커맨드를 통해 Go 코드를 포매팅하는 식이다. indent 맞춰 주고, 구조체�
velog.io
https://pypi.org/project/pylint-gitlab/
pylint-gitlab
This project provides pylint formatters for a nice integration with GitLab CI.
pypi.org