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
Hi everyone,
First of all, thank you for building and maintaining open-code-review — it's been really helpful in my workflow. I'm writing as a user who has run into a limitation, and I'd love to hear whether there's a good way to solve it.
From what I understand, review rules are currently matched purely by file name or extension — for example, a rule like *.py applies to all Python files. This works well in most cases, since most file extensions map one-to-one to a file type. However, I've hit a case where this breaks down: the .ui extension is used by both Qt and GTK . Since both match *.ui, there's no way for me to write a rule that applies to Qt UI files but not GTK ones.
I completely understand if this is out of scope or low priority — I just wanted to raise it in case others have run into the same thing. Any thoughts or pointers would be greatly appreciated. Thank you for your time and for all the work on this project!
Best regards,
ckappgit
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
First of all, thank you for building and maintaining open-code-review — it's been really helpful in my workflow. I'm writing as a user who has run into a limitation, and I'd love to hear whether there's a good way to solve it.
From what I understand, review rules are currently matched purely by file name or extension — for example, a rule like *.py applies to all Python files. This works well in most cases, since most file extensions map one-to-one to a file type. However, I've hit a case where this breaks down: the .ui extension is used by both Qt and GTK . Since both match *.ui, there's no way for me to write a rule that applies to Qt UI files but not GTK ones.
I completely understand if this is out of scope or low priority — I just wanted to raise it in case others have run into the same thing. Any thoughts or pointers would be greatly appreciated. Thank you for your time and for all the work on this project!
Best regards,
ckappgit
Beta Was this translation helpful? Give feedback.
All reactions