-
-
Notifications
You must be signed in to change notification settings - Fork 764
Upgrade checkstyle #802
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
Upgrade checkstyle #802
Conversation
| * or {@link org.openqa.selenium.WebElement} or | ||
| * {@link io.appium.java_client.pagefactory.Widget} or some other user's | ||
| * extension/implementation. | ||
| * Creates field decorator based on serach {@code context} and timeout {@code duration}. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be SearchContext
| </module> | ||
| <module name="NeedBraces"/> | ||
| <module name="LeftCurly"> | ||
| <property name="maxLineLength" value="100"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was it intentionally removed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, it was deprecated for a long time and finally it was removed in Checkstyle 8.2: checkstyle/checkstyle#3671
| toolVersion = '7.0' | ||
| toolVersion = '8.7' | ||
| configFile = file("$projectDir/google-style.xml") | ||
| showViolations = true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
a54b62f to
788c62e
Compare
|
@SrinivasanTarget I will check it today. |
Change list
Types of changes
What types of changes are you proposing/introducing to Java client?
Put an
xin the boxes that apply