summaryrefslogtreecommitdiffstats
path: root/Utilities/KWStyle/CMakeMoreChecks.kws.xml.in
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-08-31 18:07:53 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2007-08-31 18:07:53 (GMT)
commit27187d78be18c98ce6b77e44d49e2516d20105cd (patch)
tree0633da4d012b551449aa3a29eda7f24b1959754d /Utilities/KWStyle/CMakeMoreChecks.kws.xml.in
parentb7527db958221d685625765741d090a789cef9ac (diff)
downloadCMake-27187d78be18c98ce6b77e44d49e2516d20105cd.zip
CMake-27187d78be18c98ce6b77e44d49e2516d20105cd.tar.gz
CMake-27187d78be18c98ce6b77e44d49e2516d20105cd.tar.bz2
STYLE: add makefile target MoreStyleChecks, which runs KWStyle with more
checks enabled and creates the html files. Alex
Diffstat (limited to 'Utilities/KWStyle/CMakeMoreChecks.kws.xml.in')
-rw-r--r--Utilities/KWStyle/CMakeMoreChecks.kws.xml.in30
1 files changed, 30 insertions, 0 deletions
diff --git a/Utilities/KWStyle/CMakeMoreChecks.kws.xml.in b/Utilities/KWStyle/CMakeMoreChecks.kws.xml.in
new file mode 100644
index 0000000..f47f8e8
--- /dev/null
+++ b/Utilities/KWStyle/CMakeMoreChecks.kws.xml.in
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<Description>
+ <ErrorThreshold>10</ErrorThreshold>
+ <LineLength>79</LineLength>
+ <Header>"@CMAKE_SOURCE_DIR@/Utilities/KWStyle/Headers",false,true</Header>
+ <Functions>
+ <regex>^(cm)?[A-Z]</regex>
+ <length>200</length>
+ </Functions>
+ <InternalVariables>
+ <regex>^[A-Z]</regex>
+ <alignment>0</alignment>
+ </InternalVariables>
+ <SemicolonSpace>0</SemicolonSpace>
+ <DeclarationOrder>
+ <public>0</public>
+ <protected>1</protected>
+ <private>2</private>
+ </DeclarationOrder>
+ <Tabs>1</Tabs>
+ <EmptyLines>4</EmptyLines>
+ <StatementPerLine>
+ <maxNumber>1</maxNumber>
+ <checkInline>0</checkInline>
+ </StatementPerLine>
+ <VariablePerLine>
+ <maxNumber>1</maxNumber>
+ </VariablePerLine>
+ <BadCharacters>true</BadCharacters>
+</Description>