todocheck
A static code analyser for annotated TODO comments
파일 탐색기
- docker-build.yaml
- master.yaml
- FUNDING.yml
- authstore.go
- authmanager.go
- errors.go
- checker.go
- checker_test.go
- common.go
- auth.go
- config.go
- issuetracker.go
- fetcher.go
- fetcher_test.go
- offline-token-page.png
- offline-token-prompt.png
- todocheck-demo.gif
- todocheck-github-pat-prompt.png
- todocheck-logo.png
- factory.go
- azureboards.go
- azureboards_test.go
- task.go
- github.go
- github_test.go
- task.go
- gitlab.go
- gitlab_test.go
- task.go
- task_test.go
- jira.go
- task.go
- pivotaltracker.go
- pivotaltracker_test.go
- task.go
- redmine.go
- task.go
- task.go
- youtrack.go
- youtrack_test.go
- taskstatus.go
- issuetracker.go
- logger.go
- todomatcher.go
- errors.go
- comments.go
- doc.go
- todomatcher.go
- comments.go
- doc.go
- todomatcher.go
- comments.go
- doc.go
- todomatcher.go
- comments.go
- doc.go
- todomatcher.go
- comments.go
- doc.go
- todomatcher.go
- comments.go
- doc.go
- todomatcher.go
- state.go
- comments.go
- doc.go
- todomatcher.go
- comments.go
- doc.go
- todomatcher.go
- matchers.go
- matchers_test.go
- gofmt_check.sh
- doc.go
- README.md
- task.go
- issuetracker.go
- builder.go
- todoerr_scenario.go
- validations.go
- main.go
- authtokens.yaml
- main.go
- expected_config.yaml
- main.go
- .todocheck.yaml
- main.go
- main.go
- main.groovy
- main.php
- main.py
- script.bash
- script.sh
- main.go
- main.swift
- main.dart
- main.cpp
- other.cpp
- main.groovy
- main.go
- ignored.go
- ignored.go
- main.go
- main.go
- main.go
- main.go
- main.go
- main.go
- main.go
- main.go
- main.py
- main.go
- file1.sh
- file2.sh
- file3.go
- main.nim
- main.go
- main.go
- main.php
- main.py
- .todocheck.yaml
- main.go
- file.yaml
- file.yml
- script.bash
- script.sh
- main.go
- other.go
- main.kt
- main.rs
- main.swift
- main.html.twig
- main.vue
- azureboards_private.yaml
- azureboards_public.yaml
- github_private.yaml
- github_public.yaml
- gitlab_private.yaml
- gitlab_public.yaml
- jira_apitoken.yaml
- pivotaltracker.yaml
- redmine_private.yaml
- redmine_public.yaml
- youtrack_public_incloud.yaml
- auth_tokens.yaml
- ignored_dirs.yaml
- invalid_github_access.yaml
- invalid_issue_tracker.yaml
- invalid_offline_url.yaml
- no_auth_section.yaml
- no_issue_tracker.yaml
- no_issue_tracker_and_custom_todos.yaml
- no_issue_tracker_case_insensitive.yaml
- non_existent_offline_url.yaml
- offline_token.yaml
- valid_github_access.yaml
- customtodos_test.go
- integrations_test.go
- todocheck_test.go
- comments.go
- lines.go
- todoerrs.go
- invalid_github_offline.yaml
- invalid_gitlab_offline.yaml
- invalid_jira_apitoken.yaml
- invalid_pivotal_offline.yaml
- invalid_redmine_offline.yaml
- valid_github_apitoken.yaml
- valid_github_none.yaml
- valid_gitlab_apitoken.yaml
- valid_gitlab_none.yaml
- valid_jira_none.yaml
- valid_jira_offline.yaml
- valid_pivotal_apitoken.yaml
- valid_pivotal_none.yaml
- valid_redmine_apitoken.yaml
- valid_redmine_none.yaml
- invalid_github_https.yaml
- invalid_github_origin.yaml
- invalid_github_www.yaml
- invalid_gitlab_origin.yaml
- invalid_gitlab_port.yaml
- invalid_issue_tracker.yaml
- invalid_jira_origin.yaml
- invalid_jira_port.yaml
- invalid_offline_url.yaml
- invalid_pivotal_origin.yaml
- invalid_redmine_origin.yaml
- invalid_redmine_port.yaml
- valid_github_https.yaml
- valid_github_origin.yaml
- valid_github_www.yaml
- valid_gitlab_group.yaml
- valid_gitlab_origin.yaml
- valid_gitlab_port.yaml
- valid_gitlab_subdomain.yaml
- valid_jira_origin.yaml
- valid_jira_port.yaml
- valid_jira_subdomain.yaml
- valid_pivotal_origin.yaml
- valid_redmine_origin.yaml
- valid_redmine_port.yaml
- valid_redmine_subdomain.yaml
- validation.go
- validation_test.go
- .gitignore
- .golangci.yaml
- CHANGELOG.md
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- Dockerfile
- go.mod
- go.sum
- LICENSE
- main.go
- Makefile
- README.md
- release.sh
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
brew install
설명 보기 ▼
brew install
Install a Homebrew formula or cask.
brew install {{formula|cask}}
Install a formula/cask:
brew install {{[-s|--build-from-source]}} {{formula}}
Build and install a formula from source (dependencies will still be installed from bottles):
brew install {{[-n|--dry-run]}} {{formula|cask}}
Download the manifest, print what would be installed but don't actually install anything:
docker run
설명 보기 ▼
docker run
This command is an alias of `docker container run`.
tldr docker container run
View documentation for the original command:
sha256sum
설명 보기 ▼
sha256sum
SHA256 암호화 체크섬 계산.
더 많은 정보: <https://www.gnu.org/software/coreutils/manual/html_node/sha2-utilities.html>.
sha256sum {{path/to/file1 path/to/file2 ...}}
하나 이상의 파일에 대한 SHA256 체크섬 계산:
sha256sum {{path/to/file1 path/to/file2 ...}} > {{path/to/file.sha256}}
SHA256 체크섬 목록을 파일에 계산 및 저장:
{{command}} | sha256sum
`stdin`에서 SHA256 체크섬 계산:
shasum
설명 보기 ▼
shasum
SHA 암호화 체크섬 계산.
더 많은 정보: <https://manned.org/shasum>.
shasum {{path/to/file1 path/to/file2 ...}}
하나 이상의 파일에 대해 SHA1 체크섬 계산:
shasum --algorithm {{1|224|256|384|512|512224|512256}} {{path/to/file1 path/to/file2 ...}}
하나 이상의 파일에 대해 SHA256 체크섬 계산:
{{command}} | shasum
하나 이상의 파일에 대해 SHA512 체크섬 계산:
