Skip to content

Commit

Permalink
Remove duplicate documentation in README
Browse files Browse the repository at this point in the history
  • Loading branch information
jkillian committed May 27, 2016
1 parent df365ba commit ec696e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ A sample configuration file with all options is available [here](https://github.
* `indent` enforces indentation with tabs or spaces. Rule options (one is required):
* `"tabs"` enforces consistent tabs.
* `"spaces"` enforces consistent spaces.
* `interface-name` enforces the rule that interface names must begin with a capital 'I'
* `interface-name` enforces consistent internace name. Rule options:
* `"always-prefix"` enforces interface names must have an 'I' prefix
* `"never-prefix"` enforces interface name must not have an 'I' prefix
Expand Down

0 comments on commit ec696e2

Please sign in to comment.