summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/scripts/pclint/pclint_cfg_eclipse.lnt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2021-11-21 17:04:21 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2021-11-21 17:09:35 +0900
commite6ba08c3b21cdb14ee3a97b5d584759a4597b54b (patch)
treee8b4121323f2f448aeaa15bf3bddb465f36aea8b /debian/uncrustify-trinity/uncrustify-trinity-0.73.0/scripts/pclint/pclint_cfg_eclipse.lnt
parentf312c235ea5f9971066f3808997d20f89c25f33b (diff)
downloadextra-dependencies-e6ba08c3b21cdb14ee3a97b5d584759a4597b54b.tar.gz
extra-dependencies-e6ba08c3b21cdb14ee3a97b5d584759a4597b54b.zip
uncrustify-trinity: updated based on upstream version 0.74.0
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.73.0/scripts/pclint/pclint_cfg_eclipse.lnt')
-rw-r--r--debian/uncrustify-trinity/uncrustify-trinity-0.73.0/scripts/pclint/pclint_cfg_eclipse.lnt58
1 files changed, 0 insertions, 58 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/scripts/pclint/pclint_cfg_eclipse.lnt b/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/scripts/pclint/pclint_cfg_eclipse.lnt
deleted file mode 100644
index d1945c5b..00000000
--- a/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/scripts/pclint/pclint_cfg_eclipse.lnt
+++ /dev/null
@@ -1,58 +0,0 @@
-// These are generale configuration options used for pcLint
-// throughout all kind of projects.
-// This was adjusted to nuinno policy.
-// See manual (chapter LIVING WITH LINT) for further details.
-//
-// Project specific settings shall be included from a separate file
-// at the end of this file
-
-//-i"%PCLINT_HOME%" // add pclint home directory to include path
-
-//-p // only run preprocessor (use this for debugging pclint test)
-//+source // print source code (use this for debugging pclint test)
--v // be not verbose (standard setting for normal operation)
-//-voif // show the options that pclint uses (only for debugging pclint)
-//+v // be verbose (use this for debugging pclint test)
-//-v* // be more verbose (use this for debugging pclint)
-//-vf // print included files (useful for debugging pclint test)
--summary // prints a summary of all pclint results (useful for debugging pclint test)
-//-format_summary=.
-//-format_template=
-//-format_verbosity=.
-
-+fan // allow anonymous unions
-++fim // use multiple include directories
-+fus // automatically recognize std namespace
-+fbo // activate keyword bool, true, false
--fkp // allow ANSI/ISO standard do not insist on Kernighan Richy style
--fdh // do not append a .h to header names
--ffb // do not establish a separate scope for declares within for clauses
-+fsv // track static variables
-+fll // enable long long types
-+fqb // expect const and volatile before type
-+e900 // print total number of errors/warnings
-
--d__USE_GNU=1
-scripts\pclint\lint_cfg.lnt // include project specific settings
-scripts\pclint\policy.lnt // pclint rules from nuinno
-
--esym(123,min,max) // allows users to use min, max as variables
-
-// Disable unwanted warnings
-//-strong(AB,bool)
-//-strong(AB,boolean)
-//-strong(AJX) // all typedef must match exactly
-
-// create output that is understood from Jenkins
-+ffn // force full path names
--width(0) // don't insert line breaks (unlimited output width).
--hF1 // set message height one
-+program_info(output_prefix = "tests\pclint\pclint_")
-
-// make error format same as GCC to display it in Eclipse
--"format=%(%f:%l:%C:%) %t %n: %m"
--frl // Enable warning 831
-+flm // make sure no foreign includes change the format
-// env-xml.lnt // create output in xml format
-// -"format_stack=%-20f %5a %-20t %5n %c %e"
-// +stack( &file=test\pclint\pclint-stack-report.txt )