Skip to content

Conversation

@natebosch
Copy link
Member

@natebosch natebosch commented Nov 5, 2025

Closes #899

Bump to a feature release.
Drop an unnecessary -0 suffix on the SDK constraint.
Update URL for reading rules from the dart site source.

Closes #899

Bump to a feature release.
Drop an unnecessary `-0` suffix on the SDK constraint.
@natebosch natebosch requested a review from a team as a code owner November 5, 2025 20:38
@github-actions
Copy link

github-actions bot commented Nov 5, 2025

PR Health

Breaking changes ✔️
Package Change Current Version New Version Needed Version Looking good?
lints None 6.0.0 6.1.0-wip 6.0.0 ✔️

This check can be disabled by tagging the PR with skip-breaking-check.

Changelog Entry ✔️
Package Changed Files

Changes to files need to be accounted for in their respective changelogs.

This check can be disabled by tagging the PR with skip-changelog-check.

Coverage ⚠️
File Coverage
pkgs/lints/tool/gen_docs.dart 💔 Not covered

This check for test coverage is informational (issues shown here will not fail the PR).

This check can be disabled by tagging the PR with skip-coverage-check.

API leaks ✔️

The following packages contain symbols visible in the public API, but not exported by the library. Export these symbols or remove them from your publicly visible API.

Package Leaked API symbol Leaking sources

This check can be disabled by tagging the PR with skip-leaking-check.

License Headers ✔️
// Copyright (c) 2025, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
Files
no missing headers

All source files should start with a license header.

This check can be disabled by tagging the PR with skip-license-check.

The site-wwww repo renamed the `_data` directory to `data`.
Refactor to a URI for better formatting.
final rulesUri = Uri.https(
'raw.githubusercontent.com',
'dart-lang/site-www/main/src/data/linter_rules.json',
);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unrelated nit, feel free to ignore, but the comment on line 30 below ends prematurely (or has a hanging "to" that should be deleted).

@natebosch natebosch merged commit 20ed966 into main Nov 6, 2025
13 checks passed
@natebosch natebosch deleted the recommend-null-aware-elements branch November 6, 2025 01:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add use_null_aware_elements to recommended lint set

2 participants