We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Sample: https://travis-ci.org/apache/jmeter/jobs/592533815#L391
(1 more lines that didn't fit) message takes 1 line itself, so it would be better to just print the line that "did not fit" :)
(1 more lines that didn't fit)
@@ -92,9 +93,9 @@ ········vars.put("content",·"one"); ········extractor.setRightBoundary("e"); ········extractor.setMatchNumber(-1); -········extractor.setRefName("varname");········ +········extractor.setRefName("varname"); ········extractor.setScopeVariable("content"); -········extractor.setThreadContext(jmctx);········ +········extractor.setThreadContext(jmctx); ········extractor.process(); ········assertThat(vars.get("varname"),·CoreMatchers.is(CoreMatchers.nullValue())); ... (1 more lines that didn't fit) Run 'gradlew spotlessApply' to fix these violations.
The text was updated successfully, but these errors were encountered:
Avoid printing (1 more lines that didn't fit)
9bd34fd
fixes diffplug#467
b9a1a40
b4a5583
69e0c35
Fixed in x.26.0
x.26.0
Sorry, something went wrong.
No branches or pull requests
Sample: https://travis-ci.org/apache/jmeter/jobs/592533815#L391
(1 more lines that didn't fit)
message takes 1 line itself, so it would be better to just print the line that "did not fit" :)The text was updated successfully, but these errors were encountered: