Skip to content

Commit

Permalink
Add documentation of new field in all steps.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Jan 9, 2024
1 parent b815645 commit 84d3d48
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<div>
If this option is unchecked, then the plugin automatically resolves absolute paths, fingerprints,
package and module names from the source files in the workspace.
If this operation slows down your build, you can use this option to deactivate this feature.
</div>
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<div>
If this option is unchecked, then the plugin automatically resolves absolute paths, fingerprints,
package and module names from the source files in the workspace.
If this operation slows down your build, you can use this option to deactivate this feature.
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title.sourceDirectories=Source Directories
description.sourceDirectories=Additional paths to the source code if not in the root of the workspace \
(or outside the workspace).
title.blameDisabled=Disable retrieval of blame information (author and commit) from SCM
title.skipPostProcessing=Disable detection of missing package and module names
title.skipPostProcessing=Disable post-processing of issues (package and modul names, file paths, fingerprints)
title.filter=Issue Filters
description.filter=Issues will be matched with all the specified filters. If no filter is \
defined, then all issues will be published. Filters with empty regular expression will be ignored.
Expand Down

0 comments on commit 84d3d48

Please sign in to comment.