mirror of
https://github.com/tailix/libkernaux.git
synced 2025-03-03 16:04:29 -05:00
Main: CONTRIBUTING.md: specify linting tools
This commit is contained in:
parent
5773b16078
commit
73ff878717
1 changed files with 3 additions and 2 deletions
|
@ -26,15 +26,16 @@ Ruby
|
|||
|
||||
### Matz's Ruby interpreter
|
||||
|
||||
See [bindings/ruby/.rubocop.yml](/bindings/ruby/.rubocop.yml)
|
||||
Use **RuboCop**. See [bindings/ruby/.rubocop.yml](/bindings/ruby/.rubocop.yml)
|
||||
|
||||
### mruby
|
||||
|
||||
See [bindings/mruby/.rubocop.yml](/bindings/mruby/.rubocop.yml)
|
||||
Use **RuboCop**. See [bindings/mruby/.rubocop.yml](/bindings/mruby/.rubocop.yml)
|
||||
|
||||
|
||||
|
||||
Rust
|
||||
----
|
||||
|
||||
Use **rustfmt** and **Clippy**.
|
||||
See [bindings/rust/rustfmt.toml](/bindings/rust/rustfmt.toml)
|
||||
|
|
Loading…
Add table
Reference in a new issue