Skip to content

fix(misc): scan package projects for env vars - #36847

Open
barbados-clemens wants to merge 2 commits into
masterfrom
nxc-4909
Open

fix(misc): scan package projects for env vars#36847
barbados-clemens wants to merge 2 commits into
masterfrom
nxc-4909

Conversation

@barbados-clemens

@barbados-clemens barbados-clemens commented Aug 29, 2026

Copy link
Copy Markdown
Contributor

Current Behavior

The environment-variable conformance rule only inspected packages/nx, so variables in other package projects could bypass documentation checks.

Expected Behavior

All packages/* projects participate in the check, with existing variables explicitly documented or classified as internal.

The following variables are now documented:

  • NX_DOCKER_IMAGE_REF
  • NX_ENABLE_TS_SYNC_TRANSITIVE_DEPENDENCIES
  • NX_GRADLE_BATCH_DEBUG
  • NX_GRADLE_VERBOSE_LOGGING
  • NX_IGNORE_UNSUPPORTED_TS_SETUP
  • NX_VERBOSE_LOGGING_PATH_MAPPINGS

Related Issue(s)

Fixes NXC-4909: https://linear.app/nxdev/issue/NXC-4909/investigate-why-conformance-missed-the-env-var

@netlify

netlify Bot commented Aug 29, 2026

Copy link
Copy Markdown

Deploy Preview for nx-dev ready!

Name Link
🔨 Latest commit 8978c55
🔍 Latest deploy log https://app.netlify.com/projects/nx-dev/deploys/6a96e4a391b7620009f86422
😎 Deploy Preview https://deploy-preview-36847--nx-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify

netlify Bot commented Aug 29, 2026

Copy link
Copy Markdown

Deploy Preview for nx-docs ready!

Name Link
🔨 Latest commit 8978c55
🔍 Latest deploy log https://app.netlify.com/projects/nx-docs/deploys/6a96e4a38c33260008056074
😎 Deploy Preview https://deploy-preview-36847--nx-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@nx-cloud

nx-cloud Bot commented Aug 29, 2026

Copy link
Copy Markdown
Contributor

View your CI Pipeline Execution ↗ for commit 8978c55

Command Status Duration Result
nx build workspace-plugin ⛔ Cancelled 2m 53s View ↗
nx run-many -t check-imports check-lock-files c... ✅ Succeeded 3s View ↗
nx-cloud record -- nx sync:check ✅ Succeeded 18s View ↗
nx-cloud record -- nx format:check ✅ Succeeded <1s View ↗

☁️ Nx Cloud last updated this comment at 2026-09-01 14:50:13 UTC

@barbados-clemens barbados-clemens self-assigned this Sep 1, 2026
the wider conformance scan needs an explicit baseline for supported and internal package variables.
the nx-only file map let undocumented variables in other published packages pass conformance.
@barbados-clemens
barbados-clemens marked this pull request as ready for review September 1, 2026 14:42
@barbados-clemens
barbados-clemens requested a review from a team as a code owner September 1, 2026 14:42
@AgentEnder
AgentEnder enabled auto-merge (squash) September 1, 2026 14:43
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.

2 participants