DenverCoder1/latex-gboard-dictionary

[Bash] Fix line numbers in lint script

Closed this issue · 1 comments

Problem

Currently the line numbers displayed by the grep -n ... command are off by 1 since the first line is ignored.

https://github.com/DenverCoder1/LaTeX-Gboard-Dictionary/blob/c16c27b82d0d367fb3f9dfe1184ad170ae5feeeb/.github/lint#L18

Example

image

image

What should happen

The line numbers should be identical to the line numbers in the file

Fixed by #57