{"id":16382264,"url":"https://github.com/pkrmf/umbrella-header-linter","last_synced_at":"2025-09-10T00:38:41.089Z","repository":{"id":56897174,"uuid":"103422796","full_name":"pkrmf/umbrella-header-linter","owner":"pkrmf","description":"The Linter for Umbrella Headers on iOS/watchOS/macOS/tvOS Frameworks.","archived":false,"fork":false,"pushed_at":"2017-09-16T18:27:08.000Z","size":10681,"stargazers_count":2,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-07T19:13:21.024Z","etag":null,"topics":["framework","header","ios","linter","macos","objective-c","ruby","swift","tvos","umbrella","umbrella-headers","watchos","xcode"],"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/pkrmf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-09-13T16:20:21.000Z","updated_at":"2017-09-27T14:13:02.000Z","dependencies_parsed_at":"2022-08-21T01:50:53.814Z","dependency_job_id":null,"html_url":"https://github.com/pkrmf/umbrella-header-linter","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/pkrmf/umbrella-header-linter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkrmf%2Fumbrella-header-linter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkrmf%2Fumbrella-header-linter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkrmf%2Fumbrella-header-linter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkrmf%2Fumbrella-header-linter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pkrmf","download_url":"https://codeload.github.com/pkrmf/umbrella-header-linter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkrmf%2Fumbrella-header-linter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274390541,"owners_count":25276406,"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-09-09T02:00:10.223Z","response_time":80,"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":["framework","header","ios","linter","macos","objective-c","ruby","swift","tvos","umbrella","umbrella-headers","watchos","xcode"],"created_at":"2024-10-11T04:04:37.479Z","updated_at":"2025-09-10T00:38:41.070Z","avatar_url":"https://github.com/pkrmf.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Umbrella Helper Linter\n\n__Umbrella Header Linter__ is a linter for iOS/macOS/tvOS/watchOS Frameworks. \nSince Xcode doesn't provide a good way to identify at pre/post compile time that the umbrella header is missing files, or files are missing its Public scope, I decided to build this gem to help with the development of Frameworks.\n\n`umbrellalinter` is the perfect tool to be used with your C.I, or during development, as a pre-build script. The `umbrellalinter` will identify every single file that is missing on its umbrella header, or every single file in the umbrella header that is missing Public scope.\n\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'umbrellalinter'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install umbrellalinter\n\n## Usage\n\n`umbrellalinter lint FrameworkTargetName` to lint your Framework Target.\n\n`umbrellalinter lint FrameworkTargetName --fix` to lint and fix your umbrella header and the file's scopes.\n\n__NOTE__: Take in consideration we don't know what files you want public or private, we don't know the architecture of your application or your public API. We base our linting and fixing on what is declared on your umbrella header or what is missing on it(Files with public scope).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/pkrmf/umbrellalinter. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n\n## Code of Conduct\n\nEveryone interacting in the Umbrellalinter project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/pkrmf/umbrellalinter/blob/master/CODE_OF_CONDUCT.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpkrmf%2Fumbrella-header-linter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpkrmf%2Fumbrella-header-linter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpkrmf%2Fumbrella-header-linter/lists"}