Compare commits

...

2 Commits

Author SHA1 Message Date
Michele Gobbi 7752ee7ca8
Merge b690b9fbc0 into 125ef48c3a 2023-02-27 22:40:02 -03:00
Michele Gobbi b690b9fbc0
Added Ruby lang
Added a linter for Ruby lang.
2018-10-10 08:20:38 +02:00
1 changed files with 5 additions and 0 deletions

View File

@ -74,6 +74,7 @@ out <a href="https://github.com/sindresorhus/awesome">awesome</a>.
- [Python](#python)
- [TensorFlow](#tensorflow)
- [ReasonML](#reasonml)
- [Ruby](#ruby)
- [Rust](#rust)
- [Terraform](#terraform)
- [GitHub](#github)
@ -574,6 +575,10 @@ To enable Emmet support in .twig files, you'll need to have the following in you
- [ReasonML](https://marketplace.visualstudio.com/items?itemName=jaredly.reason-vscode) - Intellisense, code formatting, refactoring, code lens and more
## Ruby
- [Ruby](https://marketplace.visualstudio.com/items?itemName=misogi.ruby-rubocop) - Linting. Rubocop is a code analyzer for ruby. There's an auto correct command "Ruby: autocorrect by rubocop" too.
## Rust
- [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer) - Linting, auto-completion, code formatting, snippets and more