Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
hpc-compendium
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
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
ZIH
hpcsupport
hpc-compendium
Merge requests
!410
Added a specific file list containing all files to skip for each pattern.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Added a specific file list containing all files to skip for each pattern.
219-skip-some-pattern-checks-based-on-file
into
preview
Overview
0
Commits
5
Pipelines
0
Changes
1
Merged
Jan Frenzel
requested to merge
219-skip-some-pattern-checks-based-on-file
into
preview
3 years ago
Overview
0
Commits
5
Pipelines
0
Changes
1
Expand
This resolves
#219 (closed)
.
0
0
Merge request reports
Viewing commit
fa80f8cb
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
fa80f8cb
Check also README.md.
· fa80f8cb
Jan Frenzel
authored
3 years ago
doc.zih.tu-dresden.de/util/grep-forbidden-patterns.sh
+
1
−
1
Options
@@ -139,7 +139,7 @@ branch="origin/${CI_MERGE_REQUEST_TARGET_BRANCH_NAME:-preview}"
if
[
$all_files
=
true
]
;
then
echo
"Search in all markdown files."
files
=
$(
git ls-tree
--full-tree
-r
--name-only
HEAD
$basedir
/
docs/
|
grep
.md
)
files
=
$(
git ls-tree
--full-tree
-r
--name-only
HEAD
$basedir
/ |
grep
.md
)
elif
[[
!
-z
$file
]]
;
then
files
=
$file
else
Loading