Skip to content

Remove only-new-issues from lint check#4700

Merged
JamesMurkin merged 2 commits intomasterfrom
JamesMurkin-patch-1
Feb 18, 2026
Merged

Remove only-new-issues from lint check#4700
JamesMurkin merged 2 commits intomasterfrom
JamesMurkin-patch-1

Conversation

@JamesMurkin
Copy link
Contributor

This flag attempts to run the linting only on changes - which in theory works if master is fully linted

However in practice this often misses issues resulting in master not working

  • We only discover this at release time (not even master build) which means we have to make further fixes + releases

This is the simplest fix - it just removes the bit trying to be "smart" and just ensures the whole code base is linted - if this is fast enough we should just do this

  • Based on release lints, the different is minimal

If this isn't fast enough we can look what we can do to make this catch issues in PRs while still being an acceptable speed

This flag attempts to run the linting only on changes - which in theory works if master is fully linted

However in practice this often misses issues resulting in master not working
 - We only discover this at release time (not even master build) which means we have to make further fixes + releases

This is the simplest fix - it just removes the bit trying to be "smart" and just ensures the whole code base is linted - if this is fast enough we should just do this
 - Based on release lints, the different is minimal

If this isn't fast enough we can look what we can do to make this catch issues in PRs while still being an acceptable speed
@JamesMurkin JamesMurkin marked this pull request as ready for review February 18, 2026 09:34
@JamesMurkin JamesMurkin merged commit 59156de into master Feb 18, 2026
15 checks passed
@JamesMurkin JamesMurkin deleted the JamesMurkin-patch-1 branch February 18, 2026 10:31
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