Skip to content
This repository has been archived by the owner on Jun 2, 2021. It is now read-only.

Commit

Permalink
Fix Sonar analysis bug issue (#56)
Browse files Browse the repository at this point in the history
Also share google-java-format Intellij style sheet
so that IDEA does not reorder imports against google-java-format style.
  • Loading branch information
Sandro Heinzelmann authored and sandro-h committed Feb 20, 2020
1 parent 4fa86b9 commit d705e9c
Show file tree
Hide file tree
Showing 5 changed files with 542 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false
trim_trailing_whitespace = false
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ dependency-reduced-pom.xml
*.iws
*.iml
*.ipr
.idea/
.idea/*
!.idea/codeStyles

# ---- Eclipse
.classpath
Expand All @@ -33,4 +34,4 @@ Desktop.ini
verification/results

# ---- AdNovum dev env
config/
config/
Loading

0 comments on commit d705e9c

Please sign in to comment.