lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]



On Tue, Aug 27, 2013 at 3:20 PM, Dan Tull <dtull@adobe.com> wrote:
if not foo == "bar" then

  end

I call it "not equals misuse" lint and it's always a mistake, but rarely happens once
people are used to the language, so we haven't bothered including it, either.

FWIW: This one gets me often.

-Andrew