Merge pull request #3 from inaka/update_readme_and_rubocop

update readme and rubocop fix.
This commit is contained in:
Brujo Benavides 2015-05-12 11:55:57 -03:00
commit 22258b88b9
2 changed files with 25 additions and 24 deletions

View File

@ -7,7 +7,7 @@
# Offense count: 21 # Offense count: 21
Metrics/AbcSize: Metrics/AbcSize:
Max: 71 Enabled: false
# Offense count: 2 # Offense count: 2
Metrics/BlockNesting: Metrics/BlockNesting:
@ -25,7 +25,7 @@ Metrics/CyclomaticComplexity:
# Offense count: 28 # Offense count: 28
# Configuration parameters: CountComments. # Configuration parameters: CountComments.
Metrics/MethodLength: Metrics/MethodLength:
Max: 118 Enabled: false
# Offense count: 5 # Offense count: 5
Metrics/PerceivedComplexity: Metrics/PerceivedComplexity:

View File

@ -103,6 +103,7 @@ Type `github_changelog_generator --help` for detailed usage.
--max-issues [NUMBER] Max number of issues to fetch from GitHub. Default is unlimited. --max-issues [NUMBER] Max number of issues to fetch from GitHub. Default is unlimited.
--github-site [URL] The Enterprise Github site on which your project is hosted. --github-site [URL] The Enterprise Github site on which your project is hosted.
--github-api [URL] The enterprise endpoint to use for your Github API. --github-api [URL] The enterprise endpoint to use for your Github API.
--future-release [RELEASE-VERSION] Put the unreleased changes in the specified release number.
-v, --version Print version number -v, --version Print version number
-h, --help Displays Help -h, --help Displays Help