Skip to content

ci: disable JS/TS Codacy engines and MD013 markdownlint rule#74

Merged
Sandy-at-Tazama merged 1 commit intodevfrom
fix/codacy-disable-js-engines
Apr 6, 2026
Merged

ci: disable JS/TS Codacy engines and MD013 markdownlint rule#74
Sandy-at-Tazama merged 1 commit intodevfrom
fix/codacy-disable-js-engines

Conversation

@Justus-at-Tazama
Copy link
Copy Markdown
Contributor

This repo contains only YAML workflow files and Markdown documentation. The Codacy JavaScript analysis tools (eslint, jshint, tslint, stylelint, prettier) have no files to analyse and emit spurious failures.

  • .codacy.yml: explicitly disable JS/TS Codacy engines
  • .markdownlint.json: disable MD013 line-length rule (long lines are intentional in workflow YAML comments and docs)

@github-actions github-actions Bot added the ci/cd label Apr 6, 2026
This repo contains only YAML workflow files and Markdown documentation.
The Codacy JavaScript analysis tools (eslint, jshint, tslint, stylelint,
prettier) have no files to analyse and emit spurious failures.

- .codacy.yml: explicitly disable JS/TS Codacy engines
- .markdownlint.json: disable MD013 line-length rule
@Justus-at-Tazama Justus-at-Tazama force-pushed the fix/codacy-disable-js-engines branch from 5b465fe to 5306841 Compare April 6, 2026 18:31
@github-actions github-actions Bot added ci/cd and removed ci/cd labels Apr 6, 2026
@Sandy-at-Tazama Sandy-at-Tazama self-requested a review April 6, 2026 18:34
@Sandy-at-Tazama Sandy-at-Tazama merged commit 13eb25d into dev Apr 6, 2026
2 checks passed
@Sandy-at-Tazama Sandy-at-Tazama deleted the fix/codacy-disable-js-engines branch April 6, 2026 18:34
Justus-at-Tazama added a commit that referenced this pull request Apr 8, 2026
Applies all changes from tazama-lf/workflows PR #76 (workflow audit fixes - batch 1)
to frmscoe/workflows. Changes are synced verbatim from the canonical source.

- fix(njsscan): fix SARIF upload guard, category, upgrade upload-sarif v4 (#68)
- fix(gpg-verify): make curl error handler reachable under bash -e (#69)
- fix(dco-check, gpg-verify): replace mutable branch refs with immutable SHAs (#70)
- fix(package-rule): add ref guard to prevent push from non-canonical branches (#71)
- fix(gpg-verify): rename workflow to Signature Verify, update header comment (#72)
- fix(package-rule): pass GH_TOKEN to docker build via BuildKit secret (#73)
- fix(sbom): pass GH_TOKEN to docker build via BuildKit secret (#74)
- fix(dockerfile-linter): skip hadolint and upload when no Dockerfile present (#75)
- fix(dockerfile-linter, sbom): address CodeRabbit review findings

Signed-off-by: Justus-at-Tazama <jortlepp@contractor.linuxfoundation.org>
Justus-at-Tazama added a commit that referenced this pull request Apr 8, 2026
Applies all changes from tazama-lf/workflows PR #76 (workflow audit fixes - batch 1)
to frmscoe/workflows. Changes are synced verbatim from the canonical source.

- fix(njsscan): fix SARIF upload guard, category, upgrade upload-sarif v4 (#68)
- fix(gpg-verify): make curl error handler reachable under bash -e (#69)
- fix(dco-check, gpg-verify): replace mutable branch refs with immutable SHAs (#70)
- fix(package-rule): add ref guard to prevent push from non-canonical branches (#71)
- fix(gpg-verify): rename workflow to Signature Verify, update header comment (#72)
- fix(package-rule): pass GH_TOKEN to docker build via BuildKit secret (#73)
- fix(sbom): pass GH_TOKEN to docker build via BuildKit secret (#74)
- fix(dockerfile-linter): skip hadolint and upload when no Dockerfile present (#75)
- fix(dockerfile-linter, sbom): address CodeRabbit review findings

Signed-off-by: Justus-at-Tazama <jortlepp@contractor.linuxfoundation.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants