-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
devonfw/IDEasy#52 intellij settings cleanup (#56)
- Loading branch information
1 parent
5905e26
commit 24d7e11
Showing
3 changed files
with
7 additions
and
21 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
12 changes: 7 additions & 5 deletions
12
intellij/workspace/update/.intellij/config/inspection/Default.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
<profile version="1.0"> | ||
<option name="myName" value="Default" /> | ||
<inspection_tool class="MissingJavadoc" enabled="true" level="WARNING" enabled_by_default="true" /> | ||
<inspection_tool class="MissingOverrideAnnotation" enabled="true" level="WARNING" enabled_by_default="true" editorAttributes="WARNING_ATTRIBUTES"/> | ||
</profile> | ||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
<profile version="1.0" xmlns:merge="https://github.com/devonfw/IDEasy/merge" merge:strategy="COMBINE"> | ||
<option name="myName" value="Default" merge:id="@name"/> | ||
<inspection_tool class="AmbiguousFieldAccess" enabled="true" enabled_by_default="true" level="WARNING" merge:id="@class"/> | ||
<inspection_tool class="MissingJavadoc" enabled="true" enabled_by_default="true" level="WARNING" merge:id="@class"/> | ||
<inspection_tool class="MissingOverrideAnnotation" editorAttributes="WARNING_ATTRIBUTES" enabled="true" enabled_by_default="true" level="WARNING" merge:id="@class"/> | ||
</profile> |