Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 2.66 KB

README.md

File metadata and controls

35 lines (25 loc) · 2.66 KB

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.