This is a migrated thread and some comments may be shown as answers.

Is there away to get JustCode to Ignore a dir

8 Answers 198 Views
Code Analysis
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
David
Top achievements
Rank 1
David asked on 08 Feb 2010, 05:13 PM
I am using the beta JustCode.  When I work a sitefinity site, the sitefinity directory comes back with tons of errors (around 800 in 13 files).  Is there a way to tell JustCode to ignore that directory.

Thanks,
David

8 Answers, 1 is accepted

Sort by
0
Accepted
Chris
Telerik team
answered on 10 Feb 2010, 08:19 AM
Hi David ,
That's not possible with the current build you're using but we already added this feature to JustCode (you'll be able to set some filters for excluding files or projects from the analysis) and it will be available in the next build. The next build is expected to be released by the end of the week.

Regards,
Chris
the Telerik team

Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Follow the status of features or bugs in PITS and vote for them to affect their priority.
0
David
Top achievements
Rank 1
answered on 10 Feb 2010, 05:47 PM
Thanks Chris, that will allow my visual studio to speed up and allow me to focus on the code I am writing.  It will be a big help.

David
0
Accepted
Chris
Telerik team
answered on 12 Feb 2010, 04:22 PM
Hello David ,
Btw the new build is available and you can go and get it. Once you install it, you can open the JustCode Options, then go to Code Analysis -> General and change the text in the "Exclude file filters" box from:

.designer.cs;.designer.vb

to:

.designer.cs;.designer.vb;\MyExcludedFolder\

where "MyExcludedFolder" is the folder which you want to exclude from the analysis.
Hope this helps.

Kind regards,
Chris
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
David
Top achievements
Rank 1
answered on 13 Feb 2010, 07:20 PM
Thanks Chris for the update.

David
0
David
Top achievements
Rank 1
answered on 15 Feb 2010, 02:45 PM
Chris,
   I just installed the new beta, and set up the filter, it is working great allowing me to focus on my code.

Thanks,
David
0
Chris
Telerik team
answered on 16 Feb 2010, 04:59 PM
Hello David ,
Great to hear it's working for you. Should you have some other problems / suggestions / feedback, please don't hesitate to contact us!

All the best,
Chris
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Justin
Top achievements
Rank 1
answered on 27 Sep 2013, 11:25 AM
Not sure if I should be posting here or starting a new thread but... this solution isn't working for me in 2013.3.912.2

e.g. I have a folder D:\trunk\back_office\BOWebApplication\Scripts\jqueryui\development-bundle\demos\slider and I want to ignore everything in the "\development-bundle\" and below. My filter is *.designer.cs;*.designer.vb;\Reference.cs;\Reference.vb;*Tests.cs;\development-bundle\;\demos\ but I'm still getting all the \development-bundle\ errors coming through.

Have I misunderstood or has the functionality been changed?
0
Justin
Top achievements
Rank 1
answered on 30 Sep 2013, 08:28 PM
Got an answer by ticket from Telerik. The following's what was needed:

\development-bundle\%\*
Tags
Code Analysis
Asked by
David
Top achievements
Rank 1
Answers by
Chris
Telerik team
David
Top achievements
Rank 1
Justin
Top achievements
Rank 1
Share this question
or