{"id":19872846,"url":"https://github.com/cyberfined/autoload-checker","last_synced_at":"2026-05-09T22:15:22.645Z","repository":{"id":41308178,"uuid":"509076246","full_name":"cyberfined/autoload-checker","owner":"cyberfined","description":"Checks for conflicts in class/module definitions and corrects them.","archived":false,"fork":false,"pushed_at":"2022-06-30T14:27:04.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-11T16:49:22.390Z","etag":null,"topics":["linter","ruby"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"wtfpl","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cyberfined.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":"2022-06-30T12:43:46.000Z","updated_at":"2022-06-30T13:36:49.000Z","dependencies_parsed_at":"2022-09-08T03:00:12.828Z","dependency_job_id":null,"html_url":"https://github.com/cyberfined/autoload-checker","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/cyberfined%2Fautoload-checker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyberfined%2Fautoload-checker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyberfined%2Fautoload-checker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyberfined%2Fautoload-checker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cyberfined","download_url":"https://codeload.github.com/cyberfined/autoload-checker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241299523,"owners_count":19940485,"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":["linter","ruby"],"created_at":"2024-11-12T16:17:00.987Z","updated_at":"2026-05-09T22:15:17.617Z","avatar_url":"https://github.com/cyberfined.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# autoload-checker\n\nChecks for conflicts in class/module definitions and corrects them. For instance, you have\na file `foo/bar/baz.rb` with following content:\n\n```ruby\nmodule Foo\n  module Bar\n    class Baz\n    end\n  end\nend\n```\n\nAnd a file `foo/bar.rb` with following content:\n\n```ruby\nmodule Foo\n  class Bar\n  end\nend\n```\n\nSo, when you start your app, \"Bar is not a class\" exception will be thrown. autoload_checker\ndetects conflict definitions and fix them by replacing `module Bar` with `class Bar`\nin `foo/bar/baz.rb`.\n\n# Usage\n\n```\nUsage: ./bin/autoload_checker.rb [options]\n    -p, --path DIR,...               [Mandatory] directories to check\n    -c, --correct                    Enable errors correction\n    -h, --help                       Prints this help\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyberfined%2Fautoload-checker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcyberfined%2Fautoload-checker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyberfined%2Fautoload-checker/lists"}