diff options
author | Yury Dubinsky <unknown> | 2020-04-07 10:33:19 +1000 |
---|---|---|
committer | Yury Dubinsky <unknown> | 2020-04-07 10:33:19 +1000 |
commit | 775aed0492796b2444c760c4594a05067e49abb4 (patch) | |
tree | 110d2588ffa5abee4bc10bf838ce01cbbb3e7006 /cppcheck.suppress | |
parent | 655e7160c96e37a2a5486bf8155d9d541d65d250 (diff) | |
download | scintilla-mirror-775aed0492796b2444c760c4594a05067e49abb4.tar.gz |
Bug [#1624]. Fix brace styling in Batch lexer so that brace matching works.
Bug [#1906], Bug [#1997], and Bug [#2065] also fixed.
Diffstat (limited to 'cppcheck.suppress')
-rw-r--r-- | cppcheck.suppress | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cppcheck.suppress b/cppcheck.suppress index 8523b30f2..1d351d90b 100644 --- a/cppcheck.suppress +++ b/cppcheck.suppress @@ -139,7 +139,6 @@ constVariable:scintilla/lexers/LexAVE.cxx constVariable:scintilla/lexers/LexAVS.cxx
constVariable:scintilla/lexers/LexAsn1.cxx
constVariable:scintilla/lexers/LexBibTeX.cxx
-constVariable:scintilla/lexers/LexBatch.cxx
constVariable:scintilla/lexers/LexCLW.cxx
constVariable:scintilla/lexers/LexCOBOL.cxx
constVariable:scintilla/lexers/LexCSS.cxx
|