English 中文(简体)
Autosys Equivalent of Style Cop?
原标题:

My company has an internal application that enforces their AutoSys naming convention, box failure / success paths, page job existance, etc.

I m not an AutoSys user, but I ve been tasked with rewriting this application to integrate it to our build process (it s currently in Visual FoxPro with no command line execution options).

Before I go off writing my C# app, I thought I d research whether there is an off the shelf product designed to do this. Something like Style Cop for AutoSys.

Some Google searches came up with nothing. I m not surprised, but wanted to see if anyone has experience with a product like this. I find it plausible that it exists, and that I just didn t find it with my search terms.

最佳回答

I m not aware of any. Just like you, I wrote my own in Perl. Mine enforces such standards as: Job names, owners and machines. Log file and profile paths and some but not all syntax errors. I would be interested to see what you came up with.

问题回答

Based on not finding anything, and no results here, I m going ahead and writing it myself.





相关问题
Stylecop vs FXcop

Has Stylecop superseded FXcop? Which product should we be using with Visual Studio 2008?

Setting up StyleCop for team development

We are trying to setup stylecop for a team development environment. So far what we have done is: Checked the files into source control Create an environment variable on every machine that points to ...

Is there a planned StyleCop release for VS 2010?

Does anyone know when stylecop will be released to integrate into VS2010. I know you can tweak the config files to integrate it at the moment, but it is not possible to view the UI.

StyleCop Visual Studio Snippets

I m looking for some Visual Studio snippets for implementing style cop rules. For instance when style cop returns an error saying my code needs a documentation header it would be useful to have a ...

StyleCop for ReSharper

I like stylecop and we use it to enforce coding standards. I dont like the fact that there is no way to automatically fix problems. So was thinking of making a plugin. Once I realised that 2010 is ...

StyleCop SA1636 rule firing when it should not

We are using Resharper 4.5 and StyleCop 4.3. We have a project with many .CS files in it. All .CS files have valid headers, as defined by our StyleCop settings, and added automatically by Resharper ...

热门标签