{"id":32301961,"url":"https://github.com/debacode/lint_maker","last_synced_at":"2026-02-24T14:36:23.970Z","repository":{"id":191888244,"uuid":"685583756","full_name":"debacode/lint_maker","owner":"debacode","description":"Custom dart linting maker. Creates analysis_options.yaml files to your liking.","archived":false,"fork":false,"pushed_at":"2024-12-12T10:39:52.000Z","size":79,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-12T11:33:16.548Z","etag":null,"topics":["analysis","dart","flutter","lints"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/lint_maker","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/debacode.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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":"2023-08-31T14:56:29.000Z","updated_at":"2024-12-12T10:39:57.000Z","dependencies_parsed_at":"2024-02-24T20:43:32.842Z","dependency_job_id":null,"html_url":"https://github.com/debacode/lint_maker","commit_stats":null,"previous_names":["leptopoda/lint_maker","debacode/lint_maker"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/debacode/lint_maker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/debacode%2Flint_maker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/debacode%2Flint_maker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/debacode%2Flint_maker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/debacode%2Flint_maker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/debacode","download_url":"https://codeload.github.com/debacode/lint_maker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/debacode%2Flint_maker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29785581,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-24T10:45:18.109Z","status":"ssl_error","status_checked_at":"2026-02-24T10:45:09.911Z","response_time":75,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["analysis","dart","flutter","lints"],"created_at":"2025-10-23T05:48:01.411Z","updated_at":"2026-02-24T14:36:23.958Z","avatar_url":"https://github.com/debacode.png","language":"Dart","readme":"# Dart lint maker\nCustom linting maker. Creates analysis_options.yaml files to your liking.\nThis package is useful if you want to either create your own linting package or just add a custom analysis_options.yaml file to your project.\n\n## Setup:\nAdd lint_maker to your dev dependencies and create a `lint_maker.yaml` file in the root of your project.\nThe config can look something like:\n```yaml\nname: # internal name of the config\n  output: \"analysis_options.yaml\" # output file\n  preset: # The base analyzer config\n    analyzer:\n      language:\n        strict-casts: true\n        strict-inference: true\n        strict-raw-types: true\n      exclude:\n        - \"**.g.dart\"\n    linter:\n      rules:\n        always_specify_types: false\n        avoid_annotating_with_dynamic: false\n        avoid_as: false\n        avoid_print: false\n        diagnostic_describe_all_properties: false\n        prefer_double_quotes: false\n        prefer_relative_imports: false\n        unnecessary_final: false\n        prefer_final_parameters: false\n        prefer_expression_function_bodies: false\n        avoid_catches_without_on_clauses: false\n```\n\nYou can specify multiple such configs in the same file.\n\n### Update rules:\nTo update the rules you need to update the execute [lint_maker.dart](bin/lint_maker.dart) by running:\n```sh\ndart pub run lint_maker\n```\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdebacode%2Flint_maker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdebacode%2Flint_maker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdebacode%2Flint_maker/lists"}