{"id":15590452,"url":"https://github.com/bkeepers/annotation","last_synced_at":"2025-05-07T14:26:48.116Z","repository":{"id":66302896,"uuid":"149852783","full_name":"bkeepers/annotation","owner":"bkeepers","description":"Convert linter output into annotations for the GitHub Checks API","archived":false,"fork":false,"pushed_at":"2018-09-22T06:51:40.000Z","size":1964,"stargazers_count":11,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-31T10:51:25.747Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bkeepers.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-09-22T06:44:30.000Z","updated_at":"2024-05-01T05:50:32.000Z","dependencies_parsed_at":"2023-02-20T21:01:08.286Z","dependency_job_id":null,"html_url":"https://github.com/bkeepers/annotation","commit_stats":{"total_commits":4,"total_committers":1,"mean_commits":4.0,"dds":0.0,"last_synced_commit":"3480479e5eecd21d4b3bf9a5e870c57756a4ae65"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bkeepers%2Fannotation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bkeepers%2Fannotation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bkeepers%2Fannotation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bkeepers%2Fannotation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bkeepers","download_url":"https://codeload.github.com/bkeepers/annotation/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252894143,"owners_count":21820928,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-02T23:22:03.784Z","updated_at":"2025-05-07T14:26:48.092Z","avatar_url":"https://github.com/bkeepers.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Annotation\n\nConvert linter output into annotations for the GitHub [Checks API](https://developer.github.com/v3/checks/runs/#annotations-object)\n\n```sh\n$ golint ./...                        \nparser/parser.go:68:35: error strings should not be capitalized or end with punctuation or a newline\n\n$ golint ./... | annotation | jsonpp\n[\n  {\n    \"path\": \"parser/parser.go\",\n    \"start_line\": 68,\n    \"end_line\": null,\n    \"start_column\": 35,\n    \"end_column\": null,\n    \"annoation_level\": null,\n    \"message\": \"error strings should not be capitalized or end with punctuation or a newline\",\n    \"title\": null,\n    \"raw_details\": null\n  }\n]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbkeepers%2Fannotation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbkeepers%2Fannotation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbkeepers%2Fannotation/lists"}