Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
escet
Manage
Activity
Members
Labels
Plan
Issues
130
Issue boards
Milestones
Iterations
Code
Merge requests
3
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eclipse Projects
Eclipse ESCET (Supervisory Control Engineering Toolkit)
escet
Merge requests
!212
The source project of this merge request has been removed.
#171
Fix license header check to exclude expected stats file.
Merged
#171
Fix license header check to exclude expected stats file.
(removed):171-performance-measuring-of-data-based-synthesis
into
develop
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Martijn Goorden
requested to merge
(removed):171-performance-measuring-of-data-based-synthesis
into
develop
3 years ago
Overview
0
Pipelines
0
Changes
1
Expand
Closes
#171 (closed)
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
f3177d54
1 commit,
3 years ago
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
misc/license-header/license-header-check.bash
+
1
−
0
Options
@@ -72,6 +72,7 @@ EXCLUDE_ARGS="$EXCLUDE_ARGS --exclude=*.expected.cif"
EXCLUDE_ARGS
=
"
$EXCLUDE_ARGS
--exclude=*.merged.cif"
EXCLUDE_ARGS
=
"
$EXCLUDE_ARGS
--exclude=*.statespace.cif"
EXCLUDE_ARGS
=
"
$EXCLUDE_ARGS
--exclude=*.trajdata.expected"
EXCLUDE_ARGS
=
"
$EXCLUDE_ARGS
--exclude=*.stats.txt"
# Exclude feature.properties, to be replaced by license feature content.
# Exception is license feature itself, which has been checked manually to have a header.
EXCLUDE_ARGS
=
"
$EXCLUDE_ARGS
--exclude=feature.properties"
Loading