summaryrefslogtreecommitdiffstats
path: root/src/CheckBasicStyle.lua (follow)
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 1.15+ (#4856)Tiger Wang2020-12-211-2/+3
* 1.13 items supportTiger Wang2020-07-181-0/+1
* Removed extended ASCII, and added a check against it. (#4642)Mattes D2020-04-121-0/+3
* CheckBasicStyle: Check number of empty lines between functions (#4267)peterbell102018-07-261-5/+23
* StyleCheck: Add "else has to be on a separate line" (#3412)mohe20152016-10-201-0/+4
* Revert "Added a BasicStyleCheck for virtual functions without override keyword."Mattes D2016-08-131-2/+0
* Added a BasicStyleCheck for virtual functions without override keyword.Mattes D2016-08-131-0/+2
* 1.9 / 1.9.2 / 1.9.3 / 1.9.4 protocol support (#3135)Pokechu222016-05-141-1/+1
* Style checker - Prevent whitespace-only linesLogicParrot2016-02-061-1/+1
* Ignore == if followed by \worktycho2015-12-221-1/+1
* Added HTTPS links wherever they are supported.Alexander Harkness2015-12-191-34/+30
* StyleCheck: Check spaces around ==, <=, >=Mattes D2015-10-081-2/+10
* Added CircleCI for stylechecking.Mattes D2015-09-171-0/+6
* Unified the doxy-comment format.Mattes D2015-07-311-0/+12
* ToLua now generates cLuaState::Push() and GetStackValue()Mattes D2015-05-121-0/+1
* Added check against "Type const &" and "Type const *".Mattes D2015-05-091-0/+4
* CheckBasicStyle: checks spaces around * and &.Mattes D2015-05-091-2/+10
* More style checking.Mattes D2015-05-091-0/+21
* Chmod +x CheckBasicStyle.luawiseoldman952015-05-051-0/+0
* CheckBasicStyle: Can check individual files or git commits.Mattes D2015-05-021-2/+101
* Fixed alignmentworktycho2015-03-211-2/+2
* Fixed style and removed false positivestycho2015-03-111-3/+3
* CheckBasicStyle: Fixed a forgotten file close.Mattes D2015-01-291-0/+1
* Merge remote-tracking branch 'origin/master' into c++11Tiger Wang2014-12-061-0/+41
|\
| * CheckBasicStyle: Check missing braces for control statements.Mattes D2014-12-051-0/+19
| * CheckBasicStyle: Added a check for parentheses around comparisons.Mattes D2014-12-051-0/+22
* | CheckBasicStyle: Doesn't report false positives ending in a keyword.Mattes D2014-12-041-5/+5
|/
* CheckBasicStyle ignores the Bindings.h generated file.Mattes D2014-10-131-0/+1
* CheckBasicStyle: Added checking for the "template" keyword.Mattes D2014-08-281-1/+2
* CheckBasicStyle: multi-level indent change.madmaxoft2014-08-041-1/+16
* BasicStyleCheck: Dividers are exactly 80 slashes.madmaxoft2014-08-041-1/+17
* CheckBasicStyle: Added a lua shebang.madmaxoft2014-07-211-0/+1
* CheckBasicStyle: Doesn't require LuaFileSystem.madmaxoft2014-07-211-34/+10
* Normalized spaces after "catch".madmaxoft2014-07-211-1/+2
* CheckBasicStyle: Checks spaces after keywords, no space before ")".madmaxoft2014-07-211-1/+16
* CheckBasicStyle: Checks for braces not on separate lines.madmaxoft2014-07-191-2/+6
* CheckBasicStyle: Check spaces around commas.madmaxoft2014-07-191-6/+6
* CheckBasicStyle: Proper spaces with commas.madmaxoft2014-07-181-21/+48
* Initial version of a script to check basic style.madmaxoft2014-07-171-0/+188