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
Run on log linter on each modified line (starts with +, ignore the - since we do not want to lint removed logs). Remove all logs which do not contain ^\+ regex should work.
Figure out which line should be marked with the warning (parse @@ line indexes @@ ).
The text was updated successfully, but these errors were encountered:
git.diff_for_file(filename).patch
.@@
.+
, ignore the-
since we do not want to lint removed logs). Remove all logs which do not contain^\+
regex should work.@@ line indexes @@
).The text was updated successfully, but these errors were encountered: