Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 613 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 613 Bytes

TestProfの日本語マニュアル

ホームページでご確認ください。

Linters

We try to keep our documentation both correct and stylish using the following tools:

  • mdl (Markdown linter, Ruby edition)
  • RuboCop with rubocop-md and standard (Ruby code snippets style checking)

Install mdl

gem install mdl

Install StandardRB and rubocop-md

gem install standard
gem install rubocop-md