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

Method NameStyleCheck

CodeFormatCore/src/Diagnostic/DiagnosticBuilder.cpp:44–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44void DiagnosticBuilder::NameStyleCheck(const LuaSyntaxTree &t) {
45 if (!_diagnosticStyle.name_style_check) {
46 return;
47 }
48
49 NameStyleChecker nameStyleChecker;
50 nameStyleChecker.Analyze(*this, t);
51}
52
53void DiagnosticBuilder::SpellCheck(const LuaSyntaxTree &t, CodeSpellChecker &spellChecker) {
54 if (!_diagnosticStyle.spell_check) {

Callers

nothing calls this directly

Calls 1

AnalyzeMethod · 0.45

Tested by

no test coverage detected