{"id":13717689,"url":"https://github.com/tinkerbell/lint-install","last_synced_at":"2025-04-30T22:32:04.824Z","repository":{"id":40383272,"uuid":"399179798","full_name":"tinkerbell/lint-install","owner":"tinkerbell","description":"Consistently install reasonable linter rules for open-source projects","archived":false,"fork":false,"pushed_at":"2023-05-05T15:40:33.000Z","size":81,"stargazers_count":6,"open_issues_count":6,"forks_count":7,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-04-22T19:25:11.645Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tinkerbell.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2021-08-23T16:47:20.000Z","updated_at":"2023-10-06T20:45:56.000Z","dependencies_parsed_at":"2024-01-17T09:21:15.450Z","dependency_job_id":"1cd1da1c-56a7-4728-bb5e-56a2b17fc6b7","html_url":"https://github.com/tinkerbell/lint-install","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/tinkerbell%2Flint-install","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinkerbell%2Flint-install/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinkerbell%2Flint-install/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinkerbell%2Flint-install/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tinkerbell","download_url":"https://codeload.github.com/tinkerbell/lint-install/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251791732,"owners_count":21644447,"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-08-03T00:01:25.650Z","updated_at":"2025-04-30T22:32:04.551Z","avatar_url":"https://github.com/tinkerbell.png","language":"Go","funding_links":[],"categories":["Point-of-use validations"],"sub_categories":["Vulnerability information exchange"],"readme":"# lint-install\n\n[![GoReport Widget]][GoReport Status]\n[![stability-stable](https://img.shields.io/badge/stability-stable-green.svg)](https://github.com/emersion/stability-badges#stable)\n\n[GoReport Status]: https://goreportcard.com/report/github.com/tinkerbell/lint-install\n[GoReport Widget]: https://goreportcard.com/badge/github.com/tinkerbell/lint-install\n\nIdiomatic linters for opinionated projects.\n\nThis tool installs well-configured linters to any project, open-source or\notherwise. The linters can be used in a repeatable and consistent way across CI,\nlocal tests, and IDE's.\n\nlint-install adds linter configuration to the root of your project, and Makefile\nrules to install a consistently versioned set of linters to be used in any\nenvironment. These Makefile rules can also be upgrading by lint-install, updating\nall environments simultaneously.\n\nCurrently supported languages:\n\n- Go\n- Shell\n- Dockerfile\n- YAML\n\n## Philosophy\n\n- Catch all the bugs!\n- Improve readability as much as possible.\n- Be idiomatic: only raise issues that the language authors would flag\n\n## Usage\n\nInstallation:\n\n`go get github.com/tinkerbell/lint-install`\n\nAdd Makefile rules for a git repository:\n\n`$HOME/go/bin/lint-install \u003crepo\u003e`\n\nUsers can then lint the project using:\n\n`make lint`\n\nOther options:\n\n```\n  -dockerfile string\n     Level to lint Dockerfile with: [ignore, warn, error] (default \"error\")\n  -dry-run\n     Display changes to make\n  -go string\n     Level to lint Go with: [ignore, warn, error] (default \"error\")\n  -makefile string\n     name of Makefile to update (default \"Makefile\")\n  -shell string\n     Level to lint Shell with: [ignore, warn, error] (default \"error\")\n  -yaml string\n     Level to lint YAML with: [ignore, warn, error] (default \"error\")\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftinkerbell%2Flint-install","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftinkerbell%2Flint-install","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftinkerbell%2Flint-install/lists"}