lcartey / delombok-action

A GitHub Action that runs delombok on the project in place, retaining line numbers where possible

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

delombok-action

This actions runs "delombok" on the source code of the repository in place. Where possibly, the delomboked code removes line breaks to retain the locations of the original source code.

The action will do nothing on source code which does not include at least one Project Lombok import.

About

A GitHub Action that runs delombok on the project in place, retaining line numbers where possible


Languages

Language:Shell 100.0%