{"id":14984801,"url":"https://github.com/kennethanceyer/danger-go","last_synced_at":"2025-04-10T22:36:31.820Z","repository":{"id":34643525,"uuid":"181630159","full_name":"KennethanCeyer/danger-go","owner":"KennethanCeyer","description":":gem: A Dangerfile for golang developer (golint)","archived":false,"fork":false,"pushed_at":"2023-01-09T22:30:13.000Z","size":1581,"stargazers_count":2,"open_issues_count":5,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-10T12:56:21.427Z","etag":null,"topics":["danger","devops","golang","golint","jenkins","travis"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KennethanCeyer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-04-16T06:40:41.000Z","updated_at":"2024-06-29T01:58:39.000Z","dependencies_parsed_at":"2023-01-15T08:16:52.112Z","dependency_job_id":null,"html_url":"https://github.com/KennethanCeyer/danger-go","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KennethanCeyer%2Fdanger-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KennethanCeyer%2Fdanger-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KennethanCeyer%2Fdanger-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KennethanCeyer%2Fdanger-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KennethanCeyer","download_url":"https://codeload.github.com/KennethanCeyer/danger-go/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248311668,"owners_count":21082630,"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":["danger","devops","golang","golint","jenkins","travis"],"created_at":"2024-09-24T14:09:41.420Z","updated_at":"2025-04-10T22:36:31.795Z","avatar_url":"https://github.com/KennethanCeyer.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003edanger-go\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://travis-ci.com/KennethanCeyer/danger-go\" target=\"_blank\"\u003e\u003cimg src=\"https://travis-ci.com/KennethanCeyer/danger-go.svg?branch=master\" alt=\"Build Status\"\u003e\u003c/a\u003e\n    \u003ca href=\"http://rubygems.org/gems/danger-go\" target=\"_blank\"\u003e\u003cimg src=\"https://img.shields.io/gem/v/danger-go.svg?style=flat\" alt=\"License\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/KennethanCeyer/danger-go/blob/master/LICENSE\" target=\"_blank\"\u003e\u003cimg src=\"http://img.shields.io/badge/license-MIT-green.svg?style=flat\" alt=\"License\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003eA Dangerfile for golang developer (golint)\u003c/p\u003e\n\u003cp align=\"center\"\u003e\u003cimg width=\"310\" src=\"./docs/images/gopher.png\"\u003e\u003c/p\u003e\n\n## Getting Started\n\n### Demo\n\n![DEMO](./docs/images/demo.png)\n\n### Installation\n\n```bash\n$ gem install danger-go\n```\n\n### Requirements\n\nMake sure your system has follows requirements\n\n- go\n- golint\n\n**golint**\n\nThis project uses `golint` as default lint toolchain,\nThe code will try to install when your system does not have golint tool,\nHowever, If you want to ensure to install golint,\nUse follows line. \n\n```bash\n$ go get golang.org/x/lint/golint\n``` \n\n## Usage\n\n### Basic\n\nPut follows line into your `Dangerfile`.\n\n```ruby\ngolint.lint\n```\n\n## Development\n\n### Install\n\n**Clone this repo**\n\n```bash\n$ git clone https://github.com/KennethanCeyer/danger-go.git\n```\n\n**Run bundler to download dependencies**\n\n```bash\n$ bundle install\n```\n\n**Run rake spec to test**\n\n```bash\n$ bundle exec rake spec\n```\n\n**Use guard to automatically have tests run as you make changes**\n\n```bash\n$ bundle exec guard\n```\n\n\n## License\n\nThis project is under MIT License\n\nMIT License\n\nCopyright (c) 2019 PIGNOSE\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkennethanceyer%2Fdanger-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkennethanceyer%2Fdanger-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkennethanceyer%2Fdanger-go/lists"}