RxLua icon indicating copy to clipboard operation
RxLua copied to clipboard

Clear luacheck warnings

Open starwing opened this issue 4 years ago • 0 comments

this pr clear the luacheck warnings for rx.lua:

  • add several missing subscription module require
  • cleanup "unused variable" warnings in several place
  • remove a duplicate util.pack(...) in Observable:debounce
  • disable a "shallow variable" warning for iterator i
  • add a extra "\n" (for Vim) to end of rx.lua file

starwing avatar Jun 21 '20 03:06 starwing