Skip to content

Commit ba8bca8

Browse files
pirjbbatsov
authored andcommitted
Convert to AsciiDoc
AsciiDoc allows us to have native admonitions, footnotes, sane nesting of list items, etc and to easily export the guide in various formats. That would also make it trivial to publish a simple site from the guide down the road if we want to. A longer term plan is to convert all guides to AsciiDoc and maybe even RuboCop's own documentation. RSpec and Rails style guides have been recently converted: - rubocop/rspec-style-guide#97 - rubocop/rails-style-guide#250
1 parent fc7b7e0 commit ba8bca8

File tree

5 files changed

+4699
-4665
lines changed

5 files changed

+4699
-4665
lines changed

.gitattributes

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
*.md whitespace=trailing-space,tab-in-indent
1+
*.adoc whitespace=trailing-space,tab-in-indent

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
README.html
2+
README.pdf

CONTRIBUTING.md

-4
This file was deleted.

0 commit comments

Comments
 (0)