-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hotfix reference link #818
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
takahi-i
force-pushed
the
hotfix-reference-link
branch
from
December 13, 2017 15:09
8ee5653
to
8b11d80
Compare
I'm sorry that I now don't have an environment to build Java application. Could you try this file and confirm no error? If no error, it must work for me. |
Thank you very much for giving us the sample text @rhysd. I succeeded to run fixed redpen command for the sample. Log➜ redpen-distribution-1.10.1-SNAPSHOT git:(hotfix-reference-link) bin/redpen ~/tmp/README.md [2017-12-15 00:52:23.117][INFO ] cc.redpen.Main - Configuration file: /Users/takahi-i/IdeaProjects/redpen/redpen-distribution/target/redpen-distribution-1.10.1-SNAPSHOT/conf/redpen-conf-en.xml [2017-12-15 00:52:23.125][INFO ] cc.redpen.config.ConfigurationLoader - Loading config from specified config file: "/Users/takahi-i/IdeaProjects/redpen/redpen-distribution/target/redpen-distribution-1.10.1-SNAPSHOT/conf/redpen-conf-en.xml" [2017-12-15 00:52:23.139][INFO ] cc.redpen.config.ConfigurationLoader - Succeeded to load configuration file [2017-12-15 00:52:23.139][INFO ] cc.redpen.config.ConfigurationLoader - Language is set to "en" [2017-12-15 00:52:23.139][WARN ] cc.redpen.config.ConfigurationLoader - No variant configuration... [2017-12-15 00:52:23.142][INFO ] cc.redpen.config.ConfigurationLoader - No "symbols" block found in the configuration [2017-12-15 00:52:23.145][INFO ] cc.redpen.config.SymbolTable - Default symbol settings are loaded [2017-12-15 00:52:23.153][INFO ] cc.redpen.parser.SentenceExtractor - "[., ?, !]" are added as a end of sentence characters [2017-12-15 00:52:23.153][INFO ] cc.redpen.parser.SentenceExtractor - "[', "]" are added as a right quotation characters [2017-12-15 00:52:23.563][WARN ] cc.redpen.parser.markdown.ToFileContentSerializer - Failed to add parent for a Section [2017-12-15 00:52:23.662][INFO ] org.reflections.Reflections - Reflections took 50 ms to scan 1 urls, producing 6 keys and 58 values [2017-12-15 00:52:23.751][WARN ] cc.redpen.validator.ValidatorFactory - cc.redpen.validator.sentence.SpaceBeginningOfSentenceValidator is deprecated [2017-12-15 00:52:23.755][WARN ] cc.redpen.validator.ValidatorFactory - cc.redpen.validator.section.VoidSectionValidator is deprecated [2017-12-15 00:52:23.809][INFO ] org.reflections.Reflections - Reflections took 3 ms to scan 1 urls, producing 175 keys and 180 values [2017-12-15 00:52:24.011][INFO ] cc.redpen.util.DictionaryLoader - Succeeded to load UnexpandedAcronymValidator default dictionary. [2017-12-15 00:52:24.016][INFO ] cc.redpen.util.DictionaryLoader - Succeeded to load weak expressions. [2017-12-15 00:52:24.017][INFO ] cc.redpen.validator.JavaScriptValidator - JavaScript validators directory: js README.md:81: ValidationError[UnexpandedAcronym], The expanded form of the acronym API is not present in the document. at line: MIT license README.md:59: ValidationError[EmptySection], The section "How to get GitHub API token" is empty. at line: How to get GitHub API token README.md:12: ValidationError[SentenceLength], The length of the sentence (121) exceeds the maximum of 120. at line: github-clone-all is a small command to clone all repositories matching to given query and language via GitHub Search API. README.md:25: ValidationError[EndOfSentence], Found invalid end of sentence "'.". at line: But quoting the query is recommended to avoid conflicting with shell special characters as github-clone-all 'foo bar'. README.md:51: ValidationError[Hyphenation], This phrase should be hyphenated (ie: "set-to"). at line: If the token is set to $GITHUB_TOKEN environment variable, omitting -token should also work fine. README.md:59: ValidationError[Hyphenation], This phrase should be hyphenated (ie: "How-to"). at line: How to get GitHub API token |
Merged the hotfix. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Ref #816