mpeterv / luacheck

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

Q: Can I add custom operators? (adjust syntax) #186

Open AMD-NICK opened 6 years ago

AMD-NICK commented 6 years ago

Можно ли добавить кастомные операторы?

Хочу использовать luacheck в Garry's Mod, где активно практикуется ! вместо not и есть continue (противоположность break) внутри циклов. Могу ли я игнорировать синтаксические "ошибки" с ними или добавить их в какой-то вайтлист?

Bad English:

Want to use luacheck in the Garry's Mod where is normal to use "!" instead of "not" and there is "continue" (it's opposite to break) in cycles. Can I ignore syntax "errors" with this keywords or add them to some whitelist?

image

image