Skip to content

chore(docs): update score_docs_as_code gitignore configuration - #165

Open
AlexanderLanin wants to merge 1 commit into
mainfrom
repo-sync/score-docs-as-code-legacy-documentation-cleanup
Open

chore(docs): update score_docs_as_code gitignore configuration#165
AlexanderLanin wants to merge 1 commit into
mainfrom
repo-sync/score-docs-as-code-legacy-documentation-cleanup

Conversation

@AlexanderLanin

@AlexanderLanin AlexanderLanin commented Aug 7, 2026

Copy link
Copy Markdown
Member

Policy

docs-as-code-gitignore

Update the .gitignore configuration for score_docs_as_code.

Why this repository?

This repository matches this policy because MODULE.bazel declares the required direct Bazel dependency or dependencies: score_docs_as_code.

Changes

  • .gitignore: replace '/_build' with '_build'
  • .gitignore: add 'ubproject.toml'

This pull request is managed by SCORE Repository Policy Sync and may be updated by a later policy run.
Please report any issues to #score-infrastructure.

Note

This pull request is generated automatically. Review the proposed changes
before merging.

@AlexanderLanin AlexanderLanin added the documentation Improvements or additions to documentation label Aug 7, 2026
@github-actions

github-actions Bot commented Aug 7, 2026

Copy link
Copy Markdown

License Check Results

🚀 The license check job ran with the Bazel command:

bazel run --lockfile_mode=error //:license-check

Status: ⚠️ Needs Review

Click to expand output
[License Check Output]
2026/08/07 01:01:13 Downloading https://releases.bazel.build/8.6.0/release/bazel-8.6.0-linux-x86_64...
Extracting Bazel installation...
Starting local Bazel server (8.6.0) and connecting to it...
INFO: Invocation ID: ea3cbc3e-bcfd-4023-8dc5-cd37bb63dbd1
Computing main repo mapping: 
WARNING: /home/runner/work/kyron/kyron/MODULE.bazel:13:7: The attribute 'compatibility_level' in module() is a no-op and will be removed in a future Bazel release. Please remove it from your MODULE.bazel file.
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
WARNING: For repository 'rules_python', the root module requires module version rules_python@1.4.1, but got rules_python@1.8.3 in the resolved dependency graph. Please update the version in your MODULE.bazel or set --check_direct_dependencies=off
WARNING: For repository 'bazel_skylib', the root module requires module version bazel_skylib@1.7.1, but got bazel_skylib@1.8.2 in the resolved dependency graph. Please update the version in your MODULE.bazel or set --check_direct_dependencies=off
WARNING: For repository 'rules_cc', the root module requires module version rules_cc@0.1.1, but got rules_cc@0.2.14 in the resolved dependency graph. Please update the version in your MODULE.bazel or set --check_direct_dependencies=off
WARNING: For repository 'aspect_rules_lint', the root module requires module version aspect_rules_lint@1.0.3, but got aspect_rules_lint@2.3.0 in the resolved dependency graph. Please update the version in your MODULE.bazel or set --check_direct_dependencies=off
WARNING: For repository 'buildifier_prebuilt', the root module requires module version buildifier_prebuilt@7.3.1, but got buildifier_prebuilt@8.5.1 in the resolved dependency graph. Please update the version in your MODULE.bazel or set --check_direct_dependencies=off
WARNING: For repository 'score_tooling', the root module requires module version score_tooling@1.1.2, but got score_tooling@1.2.0 in the resolved dependency graph. Please update the version in your MODULE.bazel or set --check_direct_dependencies=off
WARNING: For repository 'score_process', the root module requires module version score_process@1.5.4, but got score_process@1.6.0 in the resolved dependency graph. Please update the version in your MODULE.bazel or set --check_direct_dependencies=off
Computing main repo mapping: 
Loading: 
Loading: 0 packages loaded
Loading: 0 packages loaded
Loading: 0 packages loaded
    currently loading: 
Loading: 0 packages loaded
    currently loading: 
Loading: 0 packages loaded
    currently loading: 
Loading: 0 packages loaded
    currently loading: 
Loading: 0 packages loaded
    currently loading: 
Analyzing: target //:license-check (1 packages loaded, 0 targets configured)
Analyzing: target //:license-check (1 packages loaded, 0 targets configured)

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

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

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

Analyzing: target //:license-check (102 packages loaded, 22 targets configured)

Analyzing: target //:license-check (152 packages loaded, 2791 targets configured)

Analyzing: target //:license-check (161 packages loaded, 5547 targets configured)

Analyzing: target //:license-check (166 packages loaded, 8310 targets configured)

Analyzing: target //:license-check (174 packages loaded, 8369 targets configured)

Analyzing: target //:license-check (174 packages loaded, 8369 targets configured)

Analyzing: target //:license-check (174 packages loaded, 8369 targets configured)

Analyzing: target //:license-check (177 packages loaded, 10257 targets configured)

Analyzing: target //:license-check (178 packages loaded, 10381 targets configured)

INFO: Analyzed target //:license-check (179 packages loaded, 10509 targets configured).
INFO: From Generating Dash formatted dependency file ...:
INFO: Successfully converted 209 packages from Cargo.lock to bazel-out/k8-fastbuild/bin/formatted.txt
[14 / 18] JavaToolchainCompileClasses external/rules_java+/toolchains/platformclasspath_classes; 0s disk-cache, processwrapper-sandbox
[15 / 18] JavaToolchainCompileBootClasspath external/rules_java+/toolchains/platformclasspath_unstripped.jar; 0s disk-cache, processwrapper-sandbox
[17 / 18] Building license.check.license_check.jar (); 0s disk-cache, multiplex-worker
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
INFO: Elapsed time: 32.709s, Critical Path: 3.20s
INFO: 18 processes: 12 internal, 5 processwrapper-sandbox, 1 worker.
INFO: Build completed successfully, 18 total actions
INFO: Running command line: bazel-bin/license.check.license_check ./formatted.txt <args omitted>
usage: org.eclipse.dash.licenses.cli.Main [-batch <int>] [-cd <url>]
       [-confidence <int>] [-ef <url>] [-excludeSources <sources>] [-help] [-lic
       <url>] [-project <shortname>] [-repo <url>] [-review] [-summary <file>]
       [-timeout <seconds>] [-token <token>]

@AlexanderLanin AlexanderLanin changed the title chore(docs): remove legacy score_docs_as_code configuration chore(docs): update score_docs_as_code gitignore configuration Aug 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automation documentation Improvements or additions to documentation repo-policy-sync

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

1 participant