index
:
anonymous/cuberite
1.14
BlockFixes
BoundingBox
CArrays
Certificates
ChannelManagement
ComponentRewrite
FastNBTTest
FixItemCountFormat
InfoDumpParams
InteractRewrite
LuaNoCpp
LuaStateParamsRead
LuaWebControllers
Megumin
MultiLuaStack
Pickups
PieceGenClosurePieces
ProtocolRefactor
SeeBackup
Sponge
VillagerTrading
WarningsFixes
alwaysTicked
apidump-vscode
biomal-bedrock-shape
books
callbacks
daylightgrowth
dumpinfo-plugin-folder
endgen
fixes
fixesandfeatures
formattingcodes
ghastsounds
infodump-dependencies
issue4106
itemsinicleanup
master
mobs2
serverTick
spawning
threading
A lightweight, fast and extensible game server for Minecraft
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
CheckBasicStyle.lua
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-12-21
Prepare for 1.15+ (#4856)
Tiger Wang
1
-2
/
+3
2020-07-18
1.13 items support
Tiger Wang
1
-0
/
+1
2020-04-12
Removed extended ASCII, and added a check against it. (#4642)
Mattes D
1
-0
/
+3
2018-07-26
CheckBasicStyle: Check number of empty lines between functions (#4267)
peterbell10
1
-5
/
+23
2016-10-20
StyleCheck: Add "else has to be on a separate line" (#3412)
mohe2015
1
-0
/
+4
2016-08-13
Revert "Added a BasicStyleCheck for virtual functions without override keyword."
Mattes D
1
-2
/
+0
2016-08-13
Added a BasicStyleCheck for virtual functions without override keyword.
Mattes D
1
-0
/
+2
2016-05-14
1.9 / 1.9.2 / 1.9.3 / 1.9.4 protocol support (#3135)
Pokechu22
1
-1
/
+1
2016-02-06
Style checker - Prevent whitespace-only lines
LogicParrot
1
-1
/
+1
2015-12-22
Ignore == if followed by \
worktycho
1
-1
/
+1
2015-12-19
Added HTTPS links wherever they are supported.
Alexander Harkness
1
-34
/
+30
2015-10-08
StyleCheck: Check spaces around ==, <=, >=
Mattes D
1
-2
/
+10
2015-09-17
Added CircleCI for stylechecking.
Mattes D
1
-0
/
+6
2015-07-31
Unified the doxy-comment format.
Mattes D
1
-0
/
+12
2015-05-12
ToLua now generates cLuaState::Push() and GetStackValue()
Mattes D
1
-0
/
+1
2015-05-09
Added check against "Type const &" and "Type const *".
Mattes D
1
-0
/
+4
2015-05-09
CheckBasicStyle: checks spaces around * and &.
Mattes D
1
-2
/
+10
2015-05-09
More style checking.
Mattes D
1
-0
/
+21
2015-05-05
Chmod +x CheckBasicStyle.lua
wiseoldman95
1
-0
/
+0
2015-05-02
CheckBasicStyle: Can check individual files or git commits.
Mattes D
1
-2
/
+101
2015-03-21
Fixed alignment
worktycho
1
-2
/
+2
2015-03-11
Fixed style and removed false positives
tycho
1
-3
/
+3
2015-01-29
CheckBasicStyle: Fixed a forgotten file close.
Mattes D
1
-0
/
+1
2014-12-05
CheckBasicStyle: Check missing braces for control statements.
Mattes D
1
-0
/
+19
2014-12-05
CheckBasicStyle: Added a check for parentheses around comparisons.
Mattes D
1
-0
/
+22
2014-12-04
CheckBasicStyle: Doesn't report false positives ending in a keyword.
Mattes D
1
-5
/
+5
2014-10-13
CheckBasicStyle ignores the Bindings.h generated file.
Mattes D
1
-0
/
+1
2014-08-28
CheckBasicStyle: Added checking for the "template" keyword.
Mattes D
1
-1
/
+2
2014-08-27
CheckBasicStyle: Relaxed the "space after comma".
Mattes D
1
-1
/
+1
2014-08-04
CheckBasicStyle: multi-level indent change.
madmaxoft
1
-1
/
+16
2014-08-04
BasicStyleCheck: Dividers are exactly 80 slashes.
madmaxoft
1
-1
/
+17
2014-07-21
CheckBasicStyle: Added a lua shebang.
madmaxoft
1
-0
/
+1
2014-07-21
CheckBasicStyle: Doesn't require LuaFileSystem.
madmaxoft
1
-34
/
+10
2014-07-21
Normalized spaces after "catch".
madmaxoft
1
-1
/
+2
2014-07-21
CheckBasicStyle: Checks spaces after keywords, no space before ")".
madmaxoft
1
-1
/
+16
2014-07-19
CheckBasicStyle: Checks for braces not on separate lines.
madmaxoft
1
-2
/
+6
2014-07-19
CheckBasicStyle: Check spaces around commas.
madmaxoft
1
-6
/
+6
2014-07-18
CheckBasicStyle: Proper spaces with commas.
madmaxoft
1
-21
/
+48
2014-07-17
Initial version of a script to check basic style.
madmaxoft
1
-0
/
+188