Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daangn/lint-config
당근마켓에서 사용하는 여러 linter의 공용 config를 저장하는 저장소에요.
https://github.com/daangn/lint-config
lint linter linter-config linting linting-rules
Last synced: 16 days ago
JSON representation
당근마켓에서 사용하는 여러 linter의 공용 config를 저장하는 저장소에요.
- Host: GitHub
- URL: https://github.com/daangn/lint-config
- Owner: daangn
- Created: 2022-02-09T07:59:56.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-10T07:43:51.000Z (almost 3 years ago)
- Last Synced: 2024-11-10T00:27:27.827Z (2 months ago)
- Topics: lint, linter, linter-config, linting, linting-rules
- Homepage:
- Size: 2.93 KB
- Stars: 7
- Watchers: 20
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lint Config
당근마켓에서 사용하는 여러 linter의 공용 config를 저장하는 저장소에요.
## golangci-lint
당근마켓의 Go 프로젝트들에서는 Go linter로 [golangci-lint](https://golangci-lint.run/)를 사용하고 있어요.
이 레포에서는 당근마켓의 Go 프로젝트에 맞게 커스터마이징된 [lint config](golangci-lint/default.golangci.yml)를 제공하고 있어요.lint config는 저장소 루트 디렉터리에서 다음 명령어를 통해 다운로드 받을 수 있어요.
```shell
wget -O .golangci.yml https://raw.githubusercontent.com/daangn/lint-config/main/golangci-lint/default.golangci.yml
```