We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68c29f8 commit c4900efCopy full SHA for c4900ef
processor/workers.go
@@ -29,7 +29,7 @@ const (
29
// SheBang is a global constant for indicating a shebang file header
30
const SheBang string = "#!"
31
32
-// LineType what type of line are are processing
+// LineType what type of line are processing
33
type LineType int32
34
35
// These are not meant to be CAMEL_CASE but as it us used by an external project we cannot change it
@@ -411,7 +411,7 @@ func CountStats(fileJob *FileJob) {
411
fileJob.Hash = blake2b.New256()
412
}
413
414
- // If the file has a length of 0 it is is empty then we say it has no lines
+ // If the file has a length of 0 it is empty then we say it has no lines
415
if fileJob.Bytes == 0 {
416
fileJob.Lines = 0
417
return
0 commit comments