diff options
| author | williambotman[bot] <107473453+williambotman@users.noreply.github.com> | 2023-03-09 11:02:56 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-09 10:02:56 +0000 |
| commit | b3db6999fdf0170619a1c8fa41586bea3669a94a (patch) | |
| tree | 287cc9eadf86c50827c0322d2804b0a91e617c29 /PACKAGES.md | |
| parent | feat(registry): add clj-kondo (#1082) (diff) | |
| download | mason-b3db6999fdf0170619a1c8fa41586bea3669a94a.tar mason-b3db6999fdf0170619a1c8fa41586bea3669a94a.tar.gz mason-b3db6999fdf0170619a1c8fa41586bea3669a94a.tar.bz2 mason-b3db6999fdf0170619a1c8fa41586bea3669a94a.tar.lz mason-b3db6999fdf0170619a1c8fa41586bea3669a94a.tar.xz mason-b3db6999fdf0170619a1c8fa41586bea3669a94a.tar.zst mason-b3db6999fdf0170619a1c8fa41586bea3669a94a.zip | |
chore: autogenerate (#1083)
Diffstat (limited to 'PACKAGES.md')
| -rw-r--r-- | PACKAGES.md | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/PACKAGES.md b/PACKAGES.md index c9bf40f0..ae07784f 100644 --- a/PACKAGES.md +++ b/PACKAGES.md @@ -38,6 +38,7 @@ - [clang-format](#clang-format) - [clangd](#clangd) - [clarity-lsp](#clarity-lsp) +- [clj-kondo](#clj-kondo) - [clojure-lsp](#clojure-lsp) - [cmake-language-server](#cmake-language-server) - [cmakelang](#cmakelang) @@ -696,6 +697,17 @@ Categories: `LSP` ``` :MasonInstall clarity-lsp ``` +# clj-kondo + +> Static analyzer and linter for Clojure code that sparks joy + +Homepage: [https://github.com/clj-kondo/clj-kondo](https://github.com/clj-kondo/clj-kondo) +Languages: `Clojure` `ClojureScript` +Categories: `Linter` + +``` +:MasonInstall clj-kondo +``` # clojure-lsp > A Language Server for Clojure(script). Taking a Cursive-like approach of statically analyzing code. @@ -2237,7 +2249,7 @@ Categories: `LSP` follow PHP coding standards as defined in the PSR-1, PSR-2, etc., or other community driven ones like the Symfony one. You can also define your (team's) style through configuration.') -Homepage: [https://github.com/FriendsOfPHP/PHP-CS-Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer) +Homepage: [https://github.com/PHP-CS-Fixer/PHP-CS-Fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) Languages: `PHP` Categories: `Formatter` |
