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 | 33869bf8036e059df92468ae3efc80df4d246bbd (patch) | |
| tree | 843211d9ce16951e9f590d7d957837e3e9ebeb50 /cppcheck.suppress | |
| parent | d8f03ac1b008f47af895856a479baf512f3c3b5b (diff) | |
| download | scintilla-mirror-33869bf8036e059df92468ae3efc80df4d246bbd.tar.gz | |
Backport: Bug [#1624]. Fix brace styling in Batch lexer so that brace matching works.
Bug [#1906], Bug [#1997], and Bug [#2065] also fixed.
Backport of changeset 8126:57002ee9dccf.
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
|
