You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/tools/linter-rules/all.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ and adjust as you see fit.
17
17
linter:
18
18
rules:
19
19
{% for lint in sorted_lints %}
20
-
{%- if lint.sinceDartSdk != "Unreleased" and lint.sinceDartSdk not contains "-wip" and lint.state != "removed" and lint.state != "internal" -%}
20
+
{%- if lint.sinceDartSdk != "Unreleased" and lint.sinceDartSdk not contains "-wip" and site.sdkVersion >= lint.sinceDartSdk and lint.state != "removed" and lint.state != "internal" -%}
0 commit comments