Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions gradle/validation/rat-sources.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,6 @@ Set<String> loadGitTrackedFiles() {
rootProject.ext.ratGitTrackedFiles = null

def dotGit = new File(rootProject.projectDir, ".git")
if (dotGit.isFile()) {
// git worktrees use a .git file — jgit does not fully support them
logger.warn("WARNING: git worktrees are not supported by jgit — RAT git-tracking filter disabled.")
return null
}
if (!dotGit.isDirectory()) {
return null // not a git repository
}
Expand Down
Loading