Uh oh!
There was an error while loading. Please reload this page.
chore(pre-commit): line-count 500/750; warn on issue refs - #35
Conversation
Uh oh!
There was an error while loading. Please reload this page.
ssanumand
commented
Aug 19, 2025
@sugan0tech, while I appreciate the changes, I also think we're creating more resistance for the open source contributors with all these rules. What's your opinion? |
sugan0tech
commented
Aug 20, 2025
Agreed with your concerns, if we start to maintain these hygenes from the start will be feastable. and for the external contributors we have to consider them as black blox, for a genuine contributors these are the typical standards has to be followed. As with my previous experience each oss tools comes with their own set of guidelines integration multiple platform. Where as ours is all in github that's a advantage. But these remains a mandatory requiremet. Also that's why i had it as warning to a extent then it's an error for the file size case. |
sugan0tech
commented
Aug 20, 2025
If required i can make the commit issue reference can be a warning instead of a commit blocker. And with my recent talke with @venkatsp17 the EOF file validator is quite annoying, need to to make it auto apply at commit instead of doing a redo. |
venkatsp17
commented
Aug 20, 2025
Yeah, It must be auto-fixed in code editor instead of Pass check @sugan0tech. |
venkatsp17
commented
Aug 20, 2025
Apart from that I appreciate adding issue number with comment is to be mandatory and not case sensitive, Because I feel it would easy to track out commits when application scales. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
ssanumand
commented
Aug 20, 2025
@sugan0tech, I agree with you, automating fixes for these checks instead of showing warnings/errors to the user is the right approach. If this is the case, I'm not as concerned as before. Good work guys. 👏 |
MSHRISH
commented
Aug 21, 2025
Irunga da dai, Github paduchutu varan onumea purla 😭 |
sugan0tech
commented
Aug 21, 2025
if LGTM naah approve please. |
…Warn above 500 lines; error above 750 lines.\n- Downgrade missing issue reference from error to warning.\n- Make exemptions (merge/revert/release bump) case-insensitive.\n\nRefs #34
ssanumand
commented
Aug 21, 2025
Sorry for the delay, I'll approve the changes. |
ssanumand
commented
Aug 21, 2025
It's up to @venkatsp17 and @aslamcodes. Guys, please review and approve. |
Uh oh!
There was an error while loading. Please reload this page.
This PR updates pre-commit policies for file size and commit message issue references.
Changes
#<num>is present.Files
Rationale
Refs #34