Skip to content

git config: Provide .gitattributes file#17

Merged
ramceb merged 1 commit intoeclipse-score:mainfrom
umaucher:um_gitattr
Jun 16, 2025
Merged

git config: Provide .gitattributes file#17
ramceb merged 1 commit intoeclipse-score:mainfrom
umaucher:um_gitattr

Conversation

@umaucher
Copy link
Contributor

@umaucher umaucher commented Jun 6, 2025

To ensure correct line endings for specific extensions provide an initial .gitattributes file. Used git add --renormalize . to update all files according to it.

@github-actions
Copy link

github-actions bot commented Jun 6, 2025

License Check Results

🚀 The license check job ran with the Bazel command:

bazel run //:license-check

Status: ⚠️ Needs Review

Click to expand output
[License Check Output]
Extracting Bazel installation...
Starting local Bazel server and connecting to it...
INFO: Invocation ID: 224e2036-02dc-4612-a515-c1e5487c1ec2
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
WARNING: For repository 'googletest', the root module requires module version googletest@1.14.0, but got googletest@1.14.0.bcr.1 in the resolved dependency graph.
WARNING: For repository 'aspect_rules_lint', the root module requires module version aspect_rules_lint@1.0.3, but got aspect_rules_lint@1.4.2 in the resolved dependency graph.
Computing main repo mapping: 
Loading: 
Loading: 0 packages loaded
Analyzing: target //:license-check (1 packages loaded, 0 targets configured)
Analyzing: target //:license-check (1 packages loaded, 0 targets configured)

Analyzing: target //:license-check (54 packages loaded, 10 targets configured)

Analyzing: target //:license-check (106 packages loaded, 10 targets configured)

Analyzing: target //:license-check (149 packages loaded, 960 targets configured)

Analyzing: target //:license-check (162 packages loaded, 1954 targets configured)

Analyzing: target //:license-check (164 packages loaded, 2886 targets configured)

Analyzing: target //:license-check (164 packages loaded, 2886 targets configured)

Analyzing: target //:license-check (168 packages loaded, 5016 targets configured)

Analyzing: target //:license-check (169 packages loaded, 5136 targets configured)

Analyzing: target //:license-check (169 packages loaded, 5136 targets configured)

INFO: Analyzed target //:license-check (170 packages loaded, 7055 targets configured).
[9 / 13] [Prepa] Generating Dash formatted dependency file ...
INFO: From Generating Dash formatted dependency file ...:
INFO: Successfully converted 4 packages from Cargo.lock to bazel-out/k8-fastbuild/bin/formatted.txt
INFO: Found 1 target...
Target //:license.check.license_check up-to-date:
  bazel-bin/license.check.license_check
  bazel-bin/license.check.license_check.jar
[13 / 13] no actions running
INFO: Elapsed time: 189.563s, Critical Path: 1.23s
INFO: 13 processes: 2 disk cache hit, 9 internal, 1 processwrapper-sandbox, 1 worker.
INFO: Build completed successfully, 13 total actions
INFO: Running command line: bazel-bin/license.check.license_check ./formatted.txt -review -project automotive.score -repo https://github.com/eclipse-score/inc_mw_per -token otyhZ4eaRYK1tKLNNF-Y
[main] INFO Querying Eclipse Foundation for license data for 4 items.
[main] INFO Found 1 items.
[main] INFO Querying ClearlyDefined for license data for 3 items.
[main] ERROR Error response from ClearlyDefined 524

@umaucher umaucher marked this pull request as ready for review June 6, 2025 15:56
@github-actions
Copy link

The created documentation from the pull request is available at: docu-html

To ensure correct line endings for specific extensions provide an initial
.gitattributes file. Used `git add --renormalize .` to update all files
according to it.
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds an initial .gitattributes file to configure correct line endings for all files.

  • Adds a new .gitattributes file with text=auto and eol=lf settings to enforce LF line endings.
  • Provides links to relevant documentation for further context.

@ramceb ramceb merged commit 8c95fdc into eclipse-score:main Jun 16, 2025
9 checks passed
@umaucher umaucher deleted the um_gitattr branch June 17, 2025 05:50
atarekra pushed a commit to Valeo-S-CORE-Organization/persistency that referenced this pull request Nov 9, 2025
git config: Provide .gitattributes file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

Comments