Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libmtime
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
icon-libraries
libmtime
Commits
f59f43a3
Commit
f59f43a3
authored
4 months ago
by
Sergey Kosukhin
Browse files
Options
Downloads
Patches
Plain Diff
Update .git-blame-ignore-revs
parent
e952f922
No related branches found
No related tags found
1 merge request
!53
Tune cmake-format configuration
Pipeline
#91503
passed
4 months ago
Stage: test
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.git-blame-ignore-revs
+4
-1
4 additions, 1 deletion
.git-blame-ignore-revs
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
with
6 additions
and
3 deletions
.git-blame-ignore-revs
+
4
−
1
View file @
f59f43a3
...
...
@@ -18,5 +18,8 @@ f913b91b554cfb59a5734f34b62656f4a623e0dd
# Formatted Python code in the src directory with isort and black
acb430c56641057e83765c3662c69c2fbc3c84af
# Formatted entire CMake code base with cmake-for
t
mat
# Formatted entire CMake code base with cmake-format
b34d40a92a6a4508e37705bd0d71b0e95be748b5
# Reformatted entire CMake code base with updated configuration
e952f9224ade9bfc438d47cf8675a4e3e175b582
This diff is collapsed.
Click to expand it.
.gitlab-ci.yml
+
2
−
2
View file @
f59f43a3
...
...
@@ -62,8 +62,8 @@ Check style:
-
isort ${python_files} --profile black --skip-gitignore --line-length ${python_line_length}
-
black ${python_files} --line-length ${python_line_length}
-
cmake_files=$(find "${CI_PROJECT_DIR}" -name '*.cmake' -o -name 'CMakeLists.txt')
#
- cmake-format -i ${cmake_files}
-
cmake_files=$(find "${CI_PROJECT_DIR}" -name '*.cmake' -o -name 'CMakeLists.txt'
-o -name 'config.cmake.in'
)
-
cmake-format -i ${cmake_files}
-
git -C ${CI_PROJECT_DIR} diff --patch-with-raw > ${STYLE_PATCH}
-
|
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment