mpeterv / luacheck

A tool for linting and static analysis of Lua code.
MIT License
1.92k stars 322 forks source link

Add love.handlers to love standard #162

Closed xordspar0 closed 6 years ago

xordspar0 commented 6 years ago

Fixes #161

codecov-io commented 6 years ago

Codecov Report

Merging #162 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #162      +/-   ##
==========================================
+ Coverage   97.75%   97.75%   +<.01%     
==========================================
  Files          35       35              
  Lines        4820     4821       +1     
==========================================
+ Hits         4712     4713       +1     
  Misses        108      108
Impacted Files Coverage Δ
src/luacheck/love_standard.lua 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ac6fcab...03567f3. Read the comment docs.

mpeterv commented 6 years ago

Thanks for the patch!