Skip to content

Commit

Permalink
No need of shared config for list-lint-rules mojo
Browse files Browse the repository at this point in the history
  • Loading branch information
rmannibucau committed Aug 18, 2023
1 parent 8ded057 commit 2917449
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ private static boolean skipSharedConfig(final String name) {
"build".equals(name) ||
"cipher-password".equals(name) ||
"create-master-password".equals(name) ||
"list-lint-rules".equals(name) ||
"new".equals(name) ||
"version".equals(name);
}
Expand Down

0 comments on commit 2917449

Please sign in to comment.