Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upFeature request: engine for elixir dialyzer #711
Comments
|
Hi @kelvinst! we don't have any specific plans for an dialyzer engine right now but if you (or anyone) would like to work on wrapping it up as an engine, we'd love to have it. You can find our open source spec here. We have a codeclimate-community slack organization where folks hang out to discuss engine ideas and development. If you're interested, you can join our Developer Program to get an invite. |
Elixir as it is don't have static type checking, but there is an erlang tool called
dialyzerwhich makes it easy to configure typespecs and check them.There is the project dialyxir which can be used to run dialyzer on elixir projects a little bit easier.