checkstyle / contribution

some useful sources that should not stay in main repo but it is good to host them

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

releasenotes-builder: update Github template to be more compact

romani opened this issue · comments

now:

Checkstyle 10.4 - https://checkstyle.org/releasenotes.html#Release_10.4



Bug fixes:

  #11736 - MissingJavadocType: Support qualified annotation names
  #11655 - Update google_checks.xml to have the SuppressionCommentFilter ...

<details>
<summary>Other Changes:</summary>
<br>
  Update releasenotes to use ...
<br />
  Allow SuppressWarningHolder ....

expected ( attention to br tags):

Checkstyle 10.4 - https://checkstyle.org/releasenotes.html#Release_10.4

Bug fixes:

  #11736 - MissingJavadocType: Support qualified annotation names
  #11655 - Update google_checks.xml to have the SuppressionCommentFilter ....

<details>
<summary>Other Changes:</summary>
<br/>
  Update releasenotes to ... <br/>
  Allow SuppressWarningHolder ... <br/>

https://cloud.drone.io/checkstyle/checkstyle/11997/4/2

Too much BR tags

<summary>Other Changes:</summary>
<br/>
  Kill surviving mutations in pitest-api <br/>
<br/>
  Solve fb-contrib errors <br/>
<br/>

Please make Junit test with few items .

There should no empty lines in content-list of items.

Content of notes that prove too spacy rendering:

Other Changes:
Kill surviving mutations in pitest-api

Solve fb-contrib errors

update code base to have javadoc tag to explain noinspection tag content

Pitest: Kill all surviving mutations

Checkstyle 10.4-SNAPSHOT - https://checkstyle.org/releasenotes.html#Release_10.4-SNAPSHOT

Bug fixes:

#11736 - MissingJavadocType: Support qualified annotation names
#11655 - Update google_checks.xml to have the SuppressionCommentFilter and SuppressWarningsHolder modules in the config by default (and by extension, SuppressWarningsFilter)

Other Changes:
Adding CheckForVariable function to util.sh
Kill surviving mutations in pitest-api
Solve fb-contrib errors
update code base to have javadoc tag to explain noinspection tag content
Pitest: Kill all surviving mutations
doc: releasenotes for 10.3.2
Update releasenotes to use GitHub Pages execution
Allow SuppressWarningHolder to suppress the violation with NameCheck
Pitest: Activate "ALL" mutator group
Use Shellcheck to resolve violations code in Shell Script
pitest: increase mutation coverage for pitest-imports profile to 100%
Update GitHub Action for bump-license-year.sh
Remove pitest mutation checking HTML model
automate execution by Github action bump-license-year.sh on first day of month
doc: put example of enableExternalDtdLoad to xdoc
update doc for SuppressWarningsHolder
releasenotes script generated empty commit
Include CDG Accelerator Plugin to boost pitest performance
Enforce file size on Java inputs
Expand XPath IT Regression Testing
There are semantic problems in the Chinese error message of keyword `design.forExtension` .
prepare-settings.sh fails to create settings.xml
Use groovy version provided by `apt` in pitest.yml
tweet-releasenotes.sh does not check env variables
download of m2 cache from sourceforge.io is slow
infra: turns off create dependency reduced pom for shade plugin
Update Tests to use new 'verifyXxxxxx' method or 'execute' that use inlined config in Input files
Specify violation messages in input files.
pitest: increase mutation coverage for javadoc profile to 100%

@romani We can remove the ending BR tags from each line. Please check: #630 (comment)

Place br tags at end line as I requested at description