gradle-baseline
gradle-baseline copied to clipboard
Exclude javadoc @link from linelength
@link in javadoc should not break into multiple lines
Before this PR
Using @link with a long reference would trigger LineLength violation.
After this PR
@link javadoc comment lines are exempted from LineLength check
Possible downsides?
Thanks for your interest in palantir/gradle-baseline, @proggeo! Before we can accept your pull request, you need to sign our contributor license agreement - just visit https://cla.palantir.com/ and follow the instructions. Once you sign, I'll automatically update this pull request.
Generate changelog in changelog/@unreleased
changelog/@unreleasedType
- [ ] Feature
- [ ] Improvement
- [ ] Fix
- [ ] Break
- [ ] Deprecation
- [ ] Manual task
- [ ] Migration
Description
@link in javadoc should not break into multiple lines
Before this PR
Using @link with a long reference would trigger LineLength violation.
After this PR
@link javadoc comment lines are exempted from LineLength check
Possible downsides?
Check the box to generate changelog(s)
- [ ] Generate changelog entry
Released 4.180.0