Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Lint tool for actionscript?

Are there any lint tools available for actionscript? One source would be ideal, but anything is welcome.

My team is starting to adopt more a more rigorous style guide (where "more rigorous" means "existant"), and I think a linter would help us all adhere more easily to the style rules we've agreed on. I'm not above writing my own, but I'd like to see what else is out there first.

A quick search on Google reveals nothing (at least so far).

like image 579
Scotty Allen Avatar asked Jan 05 '09 05:01

Scotty Allen


2 Answers

If you're dealing with Flex, take a look at FlexPMD.

like image 97
David Wolever Avatar answered Oct 10 '22 16:10

David Wolever


FlexPMD should actually be named As3PMD. I mean you can run FlexPMD against a pure AS3 project, not necessarly a Flex project.

That said there are around 10 rules which are Flex-specific.

Xavier

like image 44
Xavier Agnetti Avatar answered Oct 10 '22 16:10

Xavier Agnetti