{"id":19520113,"url":"https://github.com/brett-richardson/ast_guidelines","last_synced_at":"2025-11-18T19:03:18.796Z","repository":{"id":138957779,"uuid":"64260988","full_name":"brett-richardson/ast_guidelines","owner":"brett-richardson","description":"Analyze Ruby code for high level architectural issues","archived":false,"fork":false,"pushed_at":"2016-07-26T23:17:09.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-26T00:25:55.326Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/brett-richardson.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"MIT-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":"2016-07-26T23:16:19.000Z","updated_at":"2016-07-26T23:17:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"255c59e9-c381-4a91-912c-b6dea53746f4","html_url":"https://github.com/brett-richardson/ast_guidelines","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/brett-richardson/ast_guidelines","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brett-richardson%2Fast_guidelines","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brett-richardson%2Fast_guidelines/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brett-richardson%2Fast_guidelines/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brett-richardson%2Fast_guidelines/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brett-richardson","download_url":"https://codeload.github.com/brett-richardson/ast_guidelines/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brett-richardson%2Fast_guidelines/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":285119870,"owners_count":27118079,"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","status":"online","status_checked_at":"2025-11-18T02:00:05.759Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-11T00:23:53.455Z","updated_at":"2025-11-18T19:03:18.779Z","avatar_url":"https://github.com/brett-richardson.png","language":"Ruby","readme":"AstGuidelines\n=============\n\nThis is bad:\n\n```ruby\nclass MyClass\n  module MyModule\n  end\nend\n```\n\nBut this is ok:\n\n```ruby\nmodule MyModule\n  class MyClass\n  end\nend\n```\n\nthis gem tells you it's not ok\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrett-richardson%2Fast_guidelines","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrett-richardson%2Fast_guidelines","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrett-richardson%2Fast_guidelines/lists"}