diff options
| author | williambotman[bot] <107473453+williambotman@users.noreply.github.com> | 2022-08-27 12:02:25 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-27 10:02:25 +0000 |
| commit | cd5f08caa0679d8af92ff9b45451eb6374b50668 (patch) | |
| tree | 6427fecbd66148a67145514ecd0009caeb935600 /PACKAGES.md | |
| parent | feat: add standardrb linter/formatter for Ruby (#344) (diff) | |
| download | mason-cd5f08caa0679d8af92ff9b45451eb6374b50668.tar mason-cd5f08caa0679d8af92ff9b45451eb6374b50668.tar.gz mason-cd5f08caa0679d8af92ff9b45451eb6374b50668.tar.bz2 mason-cd5f08caa0679d8af92ff9b45451eb6374b50668.tar.lz mason-cd5f08caa0679d8af92ff9b45451eb6374b50668.tar.xz mason-cd5f08caa0679d8af92ff9b45451eb6374b50668.tar.zst mason-cd5f08caa0679d8af92ff9b45451eb6374b50668.zip | |
chore: update generated code (#348)
Diffstat (limited to 'PACKAGES.md')
| -rw-r--r-- | PACKAGES.md | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/PACKAGES.md b/PACKAGES.md index 107439a5..3faa3729 100644 --- a/PACKAGES.md +++ b/PACKAGES.md @@ -162,6 +162,7 @@ - [slint-lsp](#slint-lsp) - [solang](#solang) - [solargraph](#solargraph) +- [solhint](#solhint) - [solidity](#solidity) - [sorbet](#sorbet) - [sourcery](#sourcery) @@ -170,6 +171,7 @@ - [sqlfluff](#sqlfluff) - [sqlls](#sqlls) - [sqls](#sqls) +- [standardrb](#standardrb) - [staticcheck](#staticcheck) - [stylelint-lsp](#stylelint-lsp) - [stylua](#stylua) @@ -3451,6 +3453,25 @@ Categories: `LSP` ``` +# solhint + +> Solhint is a linting utility for Solidity code + +Homepage: [https://protofire.github.io/solhint/](https://protofire.github.io/solhint/) +Languages: `Solidity` +Categories: `Linter` + +<details> + <summary>History:</summary> + +- [`c2dc5ed`](https://github.com/williamboman/mason.nvim/commit/c2dc5ed) 2022-08-26 - feat: add solhint linter for Solidity code ([#342](https://github.com/williamboman/mason.nvim/issues/342)) by Ahmed Hashim +</details> + +``` +:MasonInstall solhint +``` + + # solidity > Solidity, the Smart Contract Programming Language @@ -3613,6 +3634,25 @@ Categories: `LSP` ``` +# standardrb + +> Ruby Style Guide, with linter and automatic code fixer + +Homepage: [https://github.com/testdouble/standard/](https://github.com/testdouble/standard/) +Languages: `Ruby` +Categories: `Formatter` `Linter` + +<details> + <summary>History:</summary> + +- [`45d7a81`](https://github.com/williamboman/mason.nvim/commit/45d7a81) 2022-08-27 - feat: add standardrb linter/formatter for Ruby ([#344](https://github.com/williamboman/mason.nvim/issues/344)) by Matthew Critchlow +</details> + +``` +:MasonInstall standardrb +``` + + # staticcheck > The advanced Go linter |
