summaryrefslogtreecommitdiffstats
path: root/src/CheckBasicStyle.lua (unfollow)
Commit message (Expand)AuthorFilesLines
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