Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
TAM
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIP
Labrador
TAM
Merge requests
!75
Something went wrong while fetching comments. Please try again.
Scheduler input
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Scheduler input
scheduler_input
into
scheduler
Overview
27
Commits
8
Pipelines
1
Changes
21
Merged
Scheduler input
Otto Visser
requested to merge
scheduler_input
into
scheduler
Jun 6, 2018
Overview
27
Commits
8
Pipelines
1
Changes
21
Finishes adding scheduler input methods.
0
0
Merge request reports
Compare
scheduler
scheduler (base)
and
latest version
latest version
2ac28390
8 commits,
Jun 6, 2018
21 files
+
935
−
253
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
21
config/checkstyle/checkstyle.xml
+
2
−
0
View file @ 2ac28390
Edit in single-file editor
Open in Web IDE
Show full file
@@ -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