{"id":20331123,"url":"https://github.com/comcast/dialyzex","last_synced_at":"2025-08-28T08:10:54.317Z","repository":{"id":49061920,"uuid":"111606139","full_name":"Comcast/dialyzex","owner":"Comcast","description":"A Mix task for type-checking your Elixir project with dialyzer","archived":false,"fork":false,"pushed_at":"2021-07-06T18:56:55.000Z","size":52,"stargazers_count":61,"open_issues_count":4,"forks_count":8,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-08-18T08:42:09.824Z","etag":null,"topics":["dialyzer","elixir","mix","static-analysis"],"latest_commit_sha":null,"homepage":"","language":"Elixir","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/Comcast.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-11-21T22:01:57.000Z","updated_at":"2024-07-29T20:50:14.000Z","dependencies_parsed_at":"2022-09-26T20:22:16.178Z","dependency_job_id":null,"html_url":"https://github.com/Comcast/dialyzex","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/Comcast/dialyzex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Comcast%2Fdialyzex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Comcast%2Fdialyzex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Comcast%2Fdialyzex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Comcast%2Fdialyzex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Comcast","download_url":"https://codeload.github.com/Comcast/dialyzex/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Comcast%2Fdialyzex/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272467617,"owners_count":24939582,"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-08-28T02:00:10.768Z","response_time":74,"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":["dialyzer","elixir","mix","static-analysis"],"created_at":"2024-11-14T20:18:52.744Z","updated_at":"2025-08-28T08:10:54.261Z","avatar_url":"https://github.com/Comcast.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dialyzex\n\n[![Build Status](https://travis-ci.org/Comcast/dialyzex.svg?branch=master)](https://travis-ci.org/Comcast/dialyzex)\n\nThis project adds a `mix dialyzer` task to your project. In addition\nto simply automating dialyzer for Elixir projects, it provides some\nfeatures that existing solutions may not:\n\n* Layered construction and validation of global PLTs for Erlang/OTP,\n  Elixir, and a local PLT for project dependencies.\n* Friendly ANSI-colored output.\n* Exits non-zero when dialyzer produces warnings (good for continuous\n  integration usage).\n* Defaults to the strictest set of warnings available in Dialyzer,\n  except for the few that are overly expensive.\n* Ability to ignore acceptable warnings based on match patterns. For example,\n  to ignore warnings produced by protocol compilation:\n  ```elixir\n  # Ignore dialyzer warnings about compiler generated specs for Protocols\n  {:warn_contract_supertype, :_, {:extra_range, [:_, :__protocol__, 1, :_, :_]}}\n  ```\n\nFor more details, consult `mix help dialyzer` after installation.\n\n## Installation\n\n`dialyzex` is available for installation\nfrom [Hex](https://hex.pm). The package can be installed by adding\n`dialyzex` to your list of dependencies in `mix.exs`:\n\n```elixir\n  def deps do\n    [\n      {:dialyzex, \"~\u003e 1.2.0\", only: :dev}\n    ]\n  end\n```\n\n## Documentation\n\nDocumentation is generated with [ExDoc](https://github.com/elixir-lang/ex_doc)\nand published on [HexDocs](https://hexdocs.pm) at\n[https://hexdocs.pm/dialyzex](https://hexdocs.pm/dialyzex).\n\n## Contributing\n\nIf you would like to contribute code to this project you can do so\nthrough GitHub by forking the repository and sending a pull\nrequest. Before Comcast merges your code into the project you must\nsign the Comcast Contributor License Agreement (CLA). If you haven't\npreviously signed a Comcast CLA, you'll automatically be asked to when\nyou open a pull request. Alternatively, we can e-mail you a PDF that\nyou can sign and scan back to us. Please send us an e-mail or create a\nnew GitHub issue to request a PDF version of the CLA.\n\n## Copyright \u0026 License\n\nCopyright 2017 Comcast Cable Communications Management, LLC\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\nThis product includes software developed at Comcast (http://www.comcast.com/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcomcast%2Fdialyzex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcomcast%2Fdialyzex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcomcast%2Fdialyzex/lists"}