1 file changed
+1
-1
lines changedSubmodule EmmyLuaCodeStyle updated 29 files
- CodeFormat/src/LuaFormat.cpp+2-2
- CodeFormatLib/src/LuaCodeFormat.cpp+2-2
- CodeFormatServer/src/Service/DiagnosticService.cpp+1-1
- CodeService/CMakeLists.txt+2
- CodeService/src/Config/FunctionOption.cpp+2-2
- CodeService/src/Diagnostic/CodeStyle/CodeStyleChecker.cpp+269
- CodeService/src/Diagnostic/DiagnosticBuilder.cpp+9-232
- CodeService/src/Diagnostic/Spell/CodeSpellChecker.cpp+2-3
- CodeService/src/Format/Analyzer/AlignAnalyzer.cpp+4-3
- CodeService/src/Format/Analyzer/LineBreakAnalyzer.cpp+1-1
- CodeService/src/Format/FormatBuilder.cpp+3-17
- CodeService/src/TypeFormat/LuaTypeFormat.cpp+4-2
- LuaParser/src/Ast/LuaSyntaxNode.cpp+11-2
- LuaParser/src/Ast/LuaSyntaxTree.cpp+14-1
- LuaParser/src/File/LuaFile.cpp+11-5
- LuaParser/src/Lexer/LuaLexer.cpp+4-4
- LuaParser/src/Lexer/TextReader.cpp+1-1
- LuaParser/src/Parse/LuaParser.cpp+2-2
- LuaParser/src/Types/TextRange.cpp+8-19
- Test2/src/FormatTest2.cpp+1-3
- Util/src/StringUtil.cpp+168-196
- include/CodeService/Config/LuaStyleEnum.h+9-3
- include/CodeService/Diagnostic/CodeStyle/CodeStyleChecker.h+43
- include/CodeService/Diagnostic/DiagnosticBuilder.h+5-12
- include/LuaParser/Ast/LuaSyntaxTree.h+2
- include/LuaParser/Ast/NodeOrToken.h+1-1
- include/LuaParser/File/LuaFile.h+4-1
- include/LuaParser/Types/TextRange.h+3-9
- include/Util/StringUtil.h+17-16
0 commit comments