Disallow failure of checkstyle linter in merge requests #210
@@ -0,0 +1,7 @@
|
||||
package ch.unibas.dmi.dbis.cs108.casono.server;
|
||||
|
||||
public class Violator {
|
||||
public void dummy() {
|
||||
System.out.println("This is a disallowed sysout statement, triggering the failure of the merge request");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user