root/juggler/trunk/share/codewizard/psrc

Revision 6930, 2.5 kB (checked in by allenb, 7 years ago)

- Updates to metrics
- Updates to design docs
- Updates of old stuff that didn't get checked in

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 codewizard.rulesdirlist /home/users/allenb/Source/juggler/share/codewizard/Rules/Default/cw_default-rules.txt
2 codewizard.rulesdirlist /home/users/allenb/Source/juggler/share/codewizard/Rules/Custom/vj_custom-rules.txt
3
4 CodeWizard.Unsuppress item * type SV class * file *
5 CodeWizard.Unsuppress item ecpp* type PV class * file *
6 CodeWizard.Unsuppress item ecpp-12 class * file *
7 CodeWizard.Unsuppress item ecpp-39 class * file *
8 CodeWizard.Unsuppress item mecpp* type PV class * file *
9 CodeWizard.Unsuppress item ucs-13 class * file *
10 CodeWizard.Unsuppress item ucs-20 class * file *
11 CodeWizard.Unsuppress item ucs-23 class * file *
12 CodeWizard.Unsuppress item ucs-27 class * file *
13
14 # Init all vars
15 CodeWizard.Unsuppress item ucs-32 class * file *
16
17 # Init all pointers to a value
18 CodeWizard.Unsuppress item ucs-33 class * file *
19 CodeWizard.Unsuppress item ucs-34 class * file *
20 CodeWizard.Unsuppress item ucs-35 class * file *
21 CodeWizard.Unsuppress item user-* class * file *
22 CodeWizard.Suppress item mecpp-24 class * file *
23
24
25 # Items to supress from the system libraries
26 # Don't get errors from any gcc stuff
27 CodeWizard.Suppress item * type * class * file *gcc*
28
29
30 #####################################################
31 ######## Items to allow because we suck #############
32 #####################################################
33 CodeWizard.Suppress item mecpp-2 type V class * file *
34 CodeWizard.Suppress item ecpp-19 type * class * file *
35 CodeWizard.Suppress item ecpp-20 type * class * file *
36
37 # Allow returning references to private data (yuck!!)
38 CodeWizard.Suppress item ucs-18 type * class * file *
39
40 # Suppress req of passing objs by reference when possible
41 # This should be replaced with a better rule in the future
42 CodeWizard.Suppress item ecpp-22 type * class * file *
43
44 # For testing new Juggler rules
45 #CodeWizard.Suppress item * type * class * file *
46 CodeWizard.Unsuppress item user-7* type * class * file *
47
48
49 ## Fine tuning on type ###
50 CodeWizard.Suppress item * type I class * file *
51 CodeWizard.Suppress item * type PV class * file *
52 CodeWizard.Suppress item * type V class * file *
53
54 #CodeWizard.Suppress item user-7006 type * class * file *
55
56 ## Others that should always make it through
57 # Init all vars
58 CodeWizard.Unsuppress item ucs-32 class * file *
59
60 # Init all pointers to a value
61 CodeWizard.Unsuppress item ucs-33 class * file *
62
63 ### Files to completely ignore in checks ####
64 # Vapor is vaporized
65 CodeWizard.Suppress item * type * class * file *vpr*
66 CodeWizard.Suppress item * type * class * file *boost*
67 CodeWizard.Suppress item * type * class * file *nspr*
68
69
Note: See TracBrowser for help on using the browser.