Skip to content

Commit

Permalink
chore(build): auto-generate vimdoc, schemas and annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 7, 2024
1 parent 373be84 commit c4cf6e2
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2,769 deletions.
30 changes: 16 additions & 14 deletions schemas/elixirls.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,28 +51,30 @@
"description": "Dialyzer options to enable or disable warnings - See Dialyzer's documentation for options. Note that the \"race_conditions\" option is unsupported",
"items": {
"enum": [
"error_handling",
"extra_return",
"missing_return",
"no_behaviours",
"no_contracts",
"no_fail_call",
"no_fun_app",
"no_return",
"no_unused",
"no_unknown",
"no_improper_lists",
"no_fun_app",
"no_match",
"no_missing_calls",
"no_opaque",
"no_return",
"no_fail_call",
"no_contracts",
"no_behaviours",
"no_undefined_callbacks",
"no_unused",
"underspecs",
"unknown",
"unmatched_returns",
"overspecs",
"error_handling",
"no_missing_calls",
"specdiffs",
"overspecs",
"underspecs",
"no_underspecs",
"extra_return",
"no_extra_return",
"no_missing_return"
"missing_return",
"no_missing_return",
"unknown",
"overlapping_contract"
],
"type": "string"
},
Expand Down
Loading

0 comments on commit c4cf6e2

Please sign in to comment.