mirror of
https://gitea.invidious.io/iv-org/shard-ameba.git
synced 2024-08-15 00:53:29 +00:00
Link integrations
This commit is contained in:
parent
e8c00d171f
commit
6ff2582158
1 changed files with 4 additions and 2 deletions
|
@ -27,7 +27,7 @@
|
|||
* [Only/Except](#onlyexcept)
|
||||
* [Explanation](#explanation)
|
||||
* [Inline disabling](#inline-disabling)
|
||||
- [Editor integration](#editor-integration)
|
||||
- [Editors & integrations](#editors--integrations)
|
||||
- [Credits & inspirations](#credits--inspirations)
|
||||
- [Contributors](#contributors)
|
||||
|
||||
|
@ -188,12 +188,14 @@ time = Time.epoch(1483859302) # ameba:disable Style/LargeNumbers, Lint/UselessAs
|
|||
time = Time.epoch(1483859302) # ameba:disable Style, Lint
|
||||
```
|
||||
|
||||
## Editor integration
|
||||
## Editors & integrations
|
||||
|
||||
* Vim: [vim-crystal](https://github.com/rhysd/vim-crystal), [Ale](https://github.com/w0rp/ale)
|
||||
* Emacs: [ameba.el](https://github.com/crystal-ameba/ameba.el)
|
||||
* Sublime Text: [Sublime Linter Ameba](https://github.com/epergo/SublimeLinter-contrib-ameba)
|
||||
* VSCode: [vscode-crystal-ameba](https://github.com/crystal-ameba/vscode-crystal-ameba)
|
||||
* Codacy: [codacy-ameba](https://github.com/codacy/codacy-ameba)
|
||||
* GitHub Actions: [github-action](https://github.com/crystal-ameba/github-action)
|
||||
|
||||
## Credits & inspirations
|
||||
|
||||
|
|
Loading…
Reference in a new issue