Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions rescript-ecosystem/packages/core/env/REVIEW.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ This repository is the **RSR (Rhodium Standard Repository) Template** - a canoni

The repository includes robust CI/CD workflows for enforcing coding standards:

* **ts-blocker.yml** (`.github/workflows/ts-blocker.yml:1`) - Blocks TypeScript/JavaScript additions, enforcing ReScript adoption
* **npm-bun-blocker.yml** (`.github/workflows/npm-bun-blocker.yml:1`) - Blocks npm/bun artifacts, requiring Deno
* **runtime-policy.yml** (`.github/workflows/runtime-policy.yml:1`) - Blocks npm/bun artifacts, requiring Deno
* **rsr-antipattern.yml** (`.github/workflows/rsr-antipattern.yml:1`) - Comprehensive anti-pattern checks (no Go, no Python except SaltStack)
* **guix-nix-policy.yml** (`.github/workflows/guix-nix-policy.yml:1`) - Enforces Guix-primary package management

Expand Down
2 changes: 1 addition & 1 deletion synapse/TESTING-REPORT.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ The parser correctly:
|security-policy.yml|Security policy check|Present
|jekyll-gh-pages.yml|GitHub Pages|Present
|instant-sync.yml|Instant sync|Present
|npm-bun-blocker.yml|Block npm/bun usage|Present
|runtime-policy.yml|Block npm/bun usage|Present
|===

=== Issues Identified
Expand Down
2 changes: 1 addition & 1 deletion well-known-ecosystem/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ This repository includes comprehensive policy enforcement:
| `rsr-antipattern.yml`
| Blocks TypeScript, Go, npm lockfiles; enforces RSR stack

| `npm-bun-blocker.yml`
| `runtime-policy.yml`
| Blocks npm/bun artifacts

| `guix-nix-policy.yml`
Expand Down
Loading