diff options
author | Andreas Falkenhahn <unknown> | 2019-11-12 08:00:41 +1100 |
---|---|---|
committer | Andreas Falkenhahn <unknown> | 2019-11-12 08:00:41 +1100 |
commit | 927ead67d6064fbeb66b98d01fd0620a380fbcfa (patch) | |
tree | 5cb8ff15c0592f4e379f96ec3f1b1eeb36fac6c1 /cppcheck.suppress | |
parent | 3d784c510a00121753dddda9c656bf06cab3d0ed (diff) | |
download | scintilla-mirror-927ead67d6064fbeb66b98d01fd0620a380fbcfa.tar.gz |
Feature [feature-requests:#1324] Add Hollywood lexer.
Diffstat (limited to 'cppcheck.suppress')
-rw-r--r-- | cppcheck.suppress | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cppcheck.suppress b/cppcheck.suppress index fd9135edd..708031766 100644 --- a/cppcheck.suppress +++ b/cppcheck.suppress @@ -65,6 +65,7 @@ constParameter:scintilla/lexers/LexFortran.cxx variableScope:scintilla/lexers/LexGui4Cli.cxx
constParameter:scintilla/lexers/LexHaskell.cxx
constParameter:scintilla/lexers/LexHex.cxx
+missingOverride:scintilla/lexers/LexHollywood.cxx
constParameter:scintilla/lexers/LexHTML.cxx
variableScope:scintilla/lexers/LexInno.cxx
constParameter:scintilla/lexers/LexJSON.cxx
|