rootulp / exercism

:muscle: Exercism solutions

Home Page:https://exercism.org/profiles/rootulp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exercism

License

Exercism solutions

Getting Started

If you are new to exercism, you can get started with this intro.

Tests

Go Ruby Python Rust

Code Style

language code style & linter command
coffeescript coffeelint yarn lint
ecmascript airbnb style guide cd <exercise> && yarn lint
elm elm-format elm-format .
go gofmt go fmt .
java google-java-format java -jar google-java-format-1.8-all-deps.jar -r ./**/src/main/java/*.java -r
javascript prettier yarn lint
python pep 8 pycodestyle . or autopep8 --in-place --aggressive --aggressive --recursive .
ruby rubocop rubocop .
rust rustfmt cargo fmt --all
typescript tslint cd <exercise> && yarn lint

Contribute

I'd appreciate any feedback via issues.

About

:muscle: Exercism solutions

https://exercism.org/profiles/rootulp

License:MIT License


Languages

Language:Go 38.0%Language:Python 13.1%Language:Java 12.5%Language:Ruby 10.3%Language:JavaScript 6.8%Language:Rust 6.3%Language:HTML 4.4%Language:TypeScript 4.2%Language:Elm 2.6%Language:CSS 1.0%Language:CoffeeScript 0.8%