antlr4ts icon indicating copy to clipboard operation
antlr4ts copied to clipboard

Fix lint warning in generated parser

Open yostinso opened this issue 5 years ago • 1 comments

This previously generated a lint warning for the eqeqeq rule.

yostinso avatar Jan 30 '21 00:01 yostinso

Codecov Report

Merging #500 (03e1b91) into master (4d58e24) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #500   +/-   ##
=======================================
  Coverage   69.75%   69.75%           
=======================================
  Files         144      144           
  Lines        8412     8412           
  Branches     1578     1578           
=======================================
  Hits         5868     5868           
  Misses       1996     1996           
  Partials      548      548           

codecov-io avatar Jan 30 '21 02:01 codecov-io