Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsCommentLine ¶
IsCommentLine checks if a line is a code comment (should not count as meaningful contribution)
func IsDocumentationFile ¶
IsDocumentationFile checks if a file is documentation-only
func IsMeaningfulLine ¶
IsMeaningfulLine checks if a line of code is meaningful (not a comment or whitespace)
func IsRenameOrMove ¶ added in v0.2.34
IsRenameOrMove checks if a file change represents a rename or move operation rather than actual content modification. A rename/move is detected when both the source (fromName) and destination (toName) paths exist and differ.
func IsWhitespaceLine ¶
IsWhitespaceLine checks if a line contains only whitespace characters
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.