summaryrefslogtreecommitdiffstats
path: root/src/CheckBasicStyle.lua (unfollow)
Commit message (Expand)AuthorFilesLines
2020-12-21Prepare for 1.15+ (#4856)Tiger Wang1-2/+3
2020-07-181.13 items supportTiger Wang1-0/+1
2020-04-12Removed extended ASCII, and added a check against it. (#4642)Mattes D1-0/+3
2018-07-26CheckBasicStyle: Check number of empty lines between functions (#4267)peterbell101-5/+23
2016-10-20StyleCheck: Add "else has to be on a separate line" (#3412)mohe20151-0/+4
2016-08-13Revert "Added a BasicStyleCheck for virtual functions without override keyword."Mattes D1-2/+0
2016-08-13Added a BasicStyleCheck for virtual functions without override keyword.Mattes D1-0/+2
2016-05-141.9 / 1.9.2 / 1.9.3 / 1.9.4 protocol support (#3135)Pokechu221-1/+1
2016-02-06Style checker - Prevent whitespace-only linesLogicParrot1-1/+1
2015-12-22Ignore == if followed by \worktycho1-1/+1
2015-12-19Added HTTPS links wherever they are supported.Alexander Harkness1-34/+30
2015-10-08StyleCheck: Check spaces around ==, <=, >=Mattes D1-2/+10
2015-09-17Added CircleCI for stylechecking.Mattes D1-0/+6
2015-07-31Unified the doxy-comment format.Mattes D1-0/+12
2015-05-12ToLua now generates cLuaState::Push() and GetStackValue()Mattes D1-0/+1
2015-05-09Added check against "Type const &" and "Type const *".Mattes D1-0/+4
2015-05-09CheckBasicStyle: checks spaces around * and &.Mattes D1-2/+10
2015-05-09More style checking.Mattes D1-0/+21
2015-05-05Chmod +x CheckBasicStyle.luawiseoldman951-0/+0
2015-05-02CheckBasicStyle: Can check individual files or git commits.Mattes D1-2/+101
2015-03-21Fixed alignmentworktycho1-2/+2
2015-03-11Fixed style and removed false positivestycho1-3/+3
2015-01-29CheckBasicStyle: Fixed a forgotten file close.Mattes D1-0/+1
2014-12-05CheckBasicStyle: Check missing braces for control statements.Mattes D1-0/+19
2014-12-05CheckBasicStyle: Added a check for parentheses around comparisons.Mattes D1-0/+22
2014-12-04CheckBasicStyle: Doesn't report false positives ending in a keyword.Mattes D1-5/+5
2014-10-13CheckBasicStyle ignores the Bindings.h generated file.Mattes D1-0/+1
2014-08-28CheckBasicStyle: Added checking for the "template" keyword.Mattes D1-1/+2
2014-08-27CheckBasicStyle: Relaxed the "space after comma".Mattes D1-1/+1
2014-08-04CheckBasicStyle: multi-level indent change.madmaxoft1-1/+16
2014-08-04BasicStyleCheck: Dividers are exactly 80 slashes.madmaxoft1-1/+17
2014-07-21CheckBasicStyle: Added a lua shebang.madmaxoft1-0/+1
2014-07-21CheckBasicStyle: Doesn't require LuaFileSystem.madmaxoft1-34/+10
2014-07-21Normalized spaces after "catch".madmaxoft1-1/+2
2014-07-21CheckBasicStyle: Checks spaces after keywords, no space before ")".madmaxoft1-1/+16
2014-07-19CheckBasicStyle: Checks for braces not on separate lines.madmaxoft1-2/+6
2014-07-19CheckBasicStyle: Check spaces around commas.madmaxoft1-6/+6
2014-07-18CheckBasicStyle: Proper spaces with commas.madmaxoft1-21/+48
2014-07-17Initial version of a script to check basic style.madmaxoft1-0/+188