Skip to content
Open
Changes from 1 commit
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
9 changes: 9 additions & 0 deletions css/css-ruby/WEB_FEATURES.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
features:
- name: ruby
files:
- "!ruby-align-*"
- "!ruby-position*"
- "!ruby-overhang*"
- "*"
- name: ruby-align
files:
- ruby-align-*
- name: ruby-position
files:
- ruby-position*
- name: ruby-overhang
files:
- ruby-overhang*
Copy link
Contributor

@jcscottiii jcscottiii Nov 26, 2025

Choose a reason for hiding this comment

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

Can you add a comment at the end? The comment should mention the need to add an exclusion rule to ruby to prevent double counting.

This will be helpful in the future for other IDs. (I know we do this for other PRs [1]. But given there are so many feature entries in this one, it would be helpful in case they don't see the ruby one at the top.)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I feel like this is a situation that should probably be caught by lint / file matching tests in the long run, I'd be happy to add a comment though.