Skip to content

Commit 61467a9

Browse files
committed
By kuntal : "chore: remove System.out and printStackTrace to align with Sonar rules S106 and S1148"
1 parent cb8fdde commit 61467a9

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.vscode/settings.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"java.compile.nullAnalysis.mode": "automatic",
3+
"githubPullRequests.ignoredPullRequestBranches": [
4+
"master"
5+
],
6+
"java.configuration.updateBuildConfiguration": "interactive"
7+
}

modules/swagger-core/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.vscode/
2+
3+
# Editor
4+
.vscode/

0 commit comments

Comments
 (0)