[
https://issues.apache.org/jira/browse/MNG-7377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov updated MNG-7377:
--------------------------------
Summary: Add .vscode/ to .gitignore (was: Reading code in vscode causes
maven's Apache Rat config to alarm)
> Add .vscode/ to .gitignore
> --------------------------
>
> Key: MNG-7377
> URL: https://issues.apache.org/jira/browse/MNG-7377
> Project: Maven
> Issue Type: Task
> Reporter: Jeff Hodges
> Assignee: Michael Osipov
> Priority: Major
>
> vscode adds a `.vscode` directory to the top of a git repo it's opened in.
> This is harmless, but the apache-rat plugin configured in the maven's
> top-level `pom.xml` sounds the alarm on it and doesn't even allow the code to
> compile. That means anyone reading maven's code in vscode will have a failing
> build
> I've got a patch I'll post that ignores the `.vscode` dir in the rat's config
> and in `.gitignore`.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)