Search
You searched for the word(s):
Showing page 1 of 2 (12 total posts)
< 1 second(s)
-
Great,
It may just be an option in the wizard that runs for creating a rule template. It would be nice to ahve a few extra steps to guide you on what kind of rule we are creating.
Things like an exclusion list, must implement, and type name are a few that I would like to have as part of the options when creating the template.
The ...
-
Here is a suggestion for helping developers create custom rules.
There are several rules that are about 99% usable for with the only exception that they dont have an exclude list options. There are always exclusions to any rule. I have created a few custom rules based on existing rules to include an exclusion list, but after doing so ...
-
I di a search and found several posts about enforcing prefix's on controls.
I am trying to get this to work but I am failing to do something right.
I am using the Use Prefix For Return Types with the following settings.
Prefix To Check = cbo
TypeName = System.Windows.Forms.ComboBox
I enabled every scope and target option that was ...
-
OK, once again, immediately after posting I tried another option and this works as expected.
Changing
Scope=Public
Target=Field
Causes it to behave as I wanted it to.
Is there documentation somewhere that explains each of the Scope and Target terms? I am unfamiliar with the term Field referring to variables. I think that a better ...
-
For a "use prefix" rule I want to only target variables that have been declared as public and have global scope.(Yes, global should not be allowed, but we have a TON of legacy that will not be rewritten)
We just want a simple rule that will find all public global scope variables.
If I use
Scope=Public
Target=Variable
The it flags ...
-
Is there a way to extend my trial one time? I have been spending a lot of time evaluating the program and creating custom rules to make sure it will adapt to our standards, but was pulled off for a little while for another project, I need to finish but I found out that my trial has expired.
Thanks
Brian DeJong
-
In the Rule help for the - Avoid prefix for return type it describes three properties.PrefixToCheck - Certain prefix to be checked.
NextCharCapitalizationStyle - Capitalization style of the next after
prefix char. Possible values: None, Lower, Upper
MustImplement - Type should implement the specified type or
interface.]But the Properties ...
-
I know that I can exclude a violation in a code file, but can I also exclude a single rule for a code file.
For example. I have a rule that requires XML comments on all public members. I run the check on an older application where instead of xml format they used something else.
It flags 20+ violations for the older files. they ...
-
I am in the middle of evaluating CodeIt-Right for use in our IS department and while I think it is one of the best implementations so far!!
But....One thing we have observed lately running Code-It Right on a large application (the solution has 11 projects and tens of thousands of lines of code.) is that once the analysis is done and I am looking ...
-
OK, had some time to try out the custom rules.
One rule that I am trying to create would be to not allow the use of the function anme to be used as either the return or a variable.
This should trigger the rule
Public Function AddTwoValues(Value1 As Integer, Value2 As Integer) as Integer
AddTwoValues = (Value1 + ...
1
|
|