MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / CodeStyleCheck

Method CodeStyleCheck

CodeFormatCore/src/Diagnostic/DiagnosticBuilder.cpp:35–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35void DiagnosticBuilder::CodeStyleCheck(const LuaSyntaxTree &t) {
36 if (!_diagnosticStyle.code_style_check) {
37 return;
38 }
39
40 CodeStyleChecker checker;
41 checker.Analyze(*this, t);
42}
43
44void DiagnosticBuilder::NameStyleCheck(const LuaSyntaxTree &t) {
45 if (!_diagnosticStyle.name_style_check) {

Callers 4

CheckSingleFileMethod · 0.80
DiagnosticMethod · 0.80
DiagnosticMethod · 0.80
DiagnosticMethod · 0.80

Calls 1

AnalyzeMethod · 0.45

Tested by

no test coverage detected