forked from saveourtool/diktat
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tested maven plugin (saveourtool#1823)
### What's done: - updated `diktat-analysis.yml` files for all examples. - added multi-module maven example. - tested single-module and multi-module maven examples. - tested githubActions via `-Ddiktat.githubActions=true`. - tested reporters. Closes saveourtool#1792
- Loading branch information
Showing
9 changed files
with
648 additions
and
1 deletion.
There are no files selected for viewing
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
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
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
13 changes: 13 additions & 0 deletions
13
examples/maven-multiproject/backend/src/main/kotlin/Main.kt
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
package incorrect | ||
|
||
class incorrectname: Exception() { | ||
fun INCORRECT_FUNCTION() { | ||
throw Exception() | ||
} | ||
|
||
// fun myCommentedFunction() { | ||
// } | ||
|
||
val Incorrect_Val = 5 | ||
|
||
} |
Oops, something went wrong.