mirror of
https://github.com/tailix/libkernaux.git
synced 2024-10-30 11:54:01 -04:00
41 lines
597 B
Markdown
41 lines
597 B
Markdown
Common
|
|
------
|
|
|
|
* Add your name to [COPYING](/COPYING).
|
|
* If you change the behavior (even just fix a bug) of **libkernaux** (stable) or
|
|
[libc](/libc), add a record to [ChangeLog](/ChangeLog).
|
|
|
|
|
|
|
|
C language
|
|
----------
|
|
|
|
Nothing here yet.
|
|
|
|
|
|
|
|
Python
|
|
------
|
|
|
|
Nothing here yet.
|
|
|
|
|
|
|
|
Ruby
|
|
----
|
|
|
|
### Matz's Ruby interpreter
|
|
|
|
Use **RuboCop**. See [bindings/ruby/.rubocop.yml](/bindings/ruby/.rubocop.yml)
|
|
|
|
### mruby
|
|
|
|
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)
|