Skip to content

Conversation

@JoshuaKGoldberg
Copy link
Member

PR Checklist

Overview

Adds a new strict-interface-implementation rule as described in #277 (comment) & #277 (comment). Any class that implements an interface -including through extending a base class- must have assignable methods and properties.

  • Checking a direct implements interface
  • Checking implements on a base class via extends

💖

@netlify
Copy link

netlify bot commented Oct 20, 2025

Deploy Preview for typescript-eslint failed.

Name Link
🔨 Latest commit 12533c1
🔍 Latest deploy log https://app.netlify.com/projects/typescript-eslint/deploys/68f655b40588680008afdb9e

@nx-cloud
Copy link

nx-cloud bot commented Oct 20, 2025

🤖 Nx Cloud AI Fix Eligible

An automatically generated fix could have helped fix failing tasks for this run, but Self-healing CI is disabled for this workspace. Visit workspace settings to enable it and get automatic fixes in future runs.

To disable these notifications, a workspace admin can disable them in workspace settings.


View your CI Pipeline Execution ↗ for commit 12533c1

Command Status Duration Result
nx run-many --target=build --parallel --exclude... ❌ Failed 15s View ↗

☁️ Nx Cloud last updated this comment at 2025-10-20 15:32:54 UTC

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.

Rule proposal: Strict interface implementation

1 participant