Skip to content

Commit

Permalink
Inch inline doc support
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenbeales committed Mar 20, 2018
1 parent 44ad10e commit 7d21604
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .inch.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
files:
# define files included in the analysis (defaults to ["{app,lib}/**/*.rb"])
included:
- models/**/*.rb
- services/**/*.rb
- intents/**/*.rb
- db/**/*.rb
- config/**/*.rb
- *.rb

# define files excluded from the analysis (defaults to [])
excluded:
- vendor/**/*.rb
- spec/**/*.rb
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

[![Dependency Status](https://beta.gemnasium.com/badges/github.com/stevenbeales/mental-test.svg)](https://beta.gemnasium.com/projects/github.com/stevenbeales/mental-test)

[![Inline docs](http://inch-ci.org/github/stevenbeales/mental-test.svg?branch=master)](http://inch-ci.org/github/stevenbeales/mental-test)

[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://opensource.org/licenses/MIT)

Expand Down

0 comments on commit 7d21604

Please sign in to comment.