Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions descriptions-next/api.github.com/lint-break.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
intentional_lint_break: [
1 change: 1 addition & 0 deletions descriptions-next/lint-break.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
intentional_lint_break: [
Copy link

Copilot AI Feb 27, 2026

Choose a reason for hiding this comment

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

This YAML is syntactically invalid: the flow sequence is opened with [ but never closed, which will cause YAML parsing to fail anywhere this file is loaded. If the goal is to trigger a linter failure, keep the YAML valid (e.g., close the sequence and add an intentionally rule-violating value) rather than breaking parsing entirely.

Suggested change
intentional_lint_break: [
intentional_lint_break: ["INTENTIONAL_LINT_BREAK"]

Copilot uses AI. Check for mistakes.
Loading