Skip to content

Commit

Permalink
fix: small code fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ysb33r committed Dec 18, 2024
1 parent 9e73da1 commit 716e23d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class AsciidoctorJSetup implements Serializable {
* @param runConfiguration The current executor configuration
* @return Asciidoctor options
*/
@SuppressWarnings('DuplicateStringLiteral ')
@SuppressWarnings('UnnecessaryObjectReferences')
Options normalisedOptionsFor(final File file, ExecutorConfiguration runConfiguration) {
OptionsBuilder optionsBuilder = Options.builder()

Expand Down

0 comments on commit 716e23d

Please sign in to comment.