Skip to content
Snippets Groups Projects

Scheduler input

21 files
+ 935
253
Compare changes
  • Side-by-side
  • Inline

Files

+ 2
0
@@ -54,6 +54,7 @@
<property name="message" value="Line has trailing spaces."/>
</module>
<module name="NewlineAtEndOfFile">
<!-- because it cannot detect system line endings, we allow everything; git handles it -->
<property name="lineSeparator" value="lf_cr_crlf"/>
</module>
<!-- Checks for Headers -->
@@ -89,6 +90,7 @@
<!-- Checks for imports -->
<!-- See http://checkstyle.sf.net/config_import.html -->
<module name="AvoidStarImport">
<!-- Gurobi does not make it possible to do specific imports -->
<property name="excludes" value="gurobi"/>
</module>
<module name="IllegalImport"/> <!-- defaults to sun.* packages -->
Loading