Skip to content

Prohibit usage of IIFE via CI check by importing existing script #1465

@marcuscastelo

Description

@marcuscastelo

Task

Prohibit the use of Immediately Invoked Function Expressions (IIFE) in the codebase via CI checks. The solution is to import an existing script that performs this check from another repository. No new implementation is required—only the import/integration of the existing script.

Acceptance Criteria

  • Integrate an existing CI script that prohibits IIFEs into this repository’s CI pipeline.
  • Ensure the script runs as part of every CI check.
  • Document the update in the repository (e.g., update CI workflow docs or relevant README section).

No additional development required beyond script integration. Reference or link the imported script and the source repository in the PR.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions