Skip to content

Commit

Permalink
Merge pull request #61 from Cambalab/add-contribution-complete-docs
Browse files Browse the repository at this point in the history
Complete docs and readme
  • Loading branch information
Franco Victorio committed Sep 14, 2018
2 parents 3eeb38a + 302a1b5 commit b47c7f2
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 8 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,13 @@ Linter for Solidity programming language
Options:
-V, --version output the version number
-f, --formatter [name] report formatter name (stylish, table, tap, unix)
-h, --help output usage information
-V, --version output the version number
-f, --formatter [name] report formatter name (stylish, table, tap, unix)
-w, --max-warnings [maxWarningsNumber] number of warnings to trigger nonzero
-q --quiet report errors only - default: false
--ignore-path [file_name] file to use as your .solhintignore
-h, --help output usage information
Commands:
Expand Down
27 changes: 22 additions & 5 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,12 @@ Linter for Solidity programming language
Options:
-V, --version output the version number
-f, --formatter [name] report formatter name (stylish, table, tap, unix)
-h, --help output usage information
-V, --version output the version number
-f, --formatter [name] report formatter name (stylish, table, tap, unix)
-w, --max-warnings [maxWarningsNumber] number of warnings to trigger nonzero
-q --quiet report errors only - default: false
--ignore-path [file_name] file to use as your .solhintignore
-h, --help output usage information
Commands:
Expand All @@ -65,8 +68,22 @@ Commands:
init-config create sample solhint config in current folder
```

You can use any formatter supported by ESLint. See the full list
[here](https://eslint.org/docs/user-guide/formatters/).
You can use any of the following formatters supported by ESLint.
See EsLint docs about formatters [here](https://eslint.org/docs/user-guide/formatters/).

- checkstyle
- codeframe
- compact
- html
- jslint-xml
- junit
- stylish
- table
- tap
- unix
- visualstudio



### Docs

Expand Down

0 comments on commit b47c7f2

Please sign in to comment.