5
votes
6answers
528 views
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 "mor …
0
votes
1answer
13 views
Flex lint (ie, style checker)?
I remember reading about a lint-like tool for Flex code⦠But I'm having no luck finding it on Google. Can someone point me towards it?
Thanks!
5
votes
6answers
688 views
VIM + JSLint?
I spend my days in vim, currently writing a lot of JavaScript. I've been trying to find a way to integrate JSLint or something similar into vim to improve my coding. Has anyone man …
0
votes
3answers
254 views
TeamCity users: a few questions
These questions are for TeamCity users only
1) Is it possible to configure TeamCity to extract build artifact information based on your own your regular expressions? This is exact …
0
votes
4answers
337 views
Gimpel’s PC-lint and Flexelint; Anyone used them?
So I've read a few magazine articles and the website for Gimpel's PC-lint and Flexelint C/C++ compiler.
It's really expensive (at least for me), but it seems like it might have so …
3
votes
4answers
308 views
JSLint (CLI): options?
I'm running JSLint's Rhino version from the Ubuntu command line like so:
$ rhino jslint.js myScript.js
While the web interface offers various options, I couldn't figure out how …
3
votes
4answers
204 views
One var per function in JavaScript?
I've been using JSLint to make me feel bad about my JavaScript. It is great, by the way. There is one check that I don't quite understand and I'd like your views, please.
From jsl …
4
votes
3answers
140 views
lint for ColdFusion
Is there an equivalent of jslint for ColdFusion?
5
votes
2answers
214 views
in c: func(void) vs. func()
When a C function does not accept any arguments, does it have to be declared/defined with a "void" parameter by the language rules?
PC-Lint seems to have problems when there's not …
0
votes
1answer
36 views
JavaScript Lint inc_dec_within_stmt warning
Can someone explain the reason/importance of why javascriptlint (not jslint) gives the warning
inc_dec_within_stmt - increment (++) and decrement (--) operators used as part of gr …
1
vote
2answers
120 views
Overload Resolution with Two Enums
We have some code that looks roughly like this:
// Two enums that differ entirely.
enum A { a1, a2 };
enum B { b1, b2 };
// Functions to convert in some meaningful way between th …
0
votes
1answer
347 views
Using JSLint in Notepad++
I have seen other text editors use extensions to allow syntax checkers such as JSLint, is this possible with Notepad++?
3
votes
9answers
502 views
Is JS lint available for offline use?
I'd like to use JSLint but am wary of tools that have access to my unfiltered source-code. Is there an offline version or is there another similar tool that does "lint error checki …
5
votes
4answers
479 views
Are there any CSS lint tools?
I'm looking for a tool that can scan over a set of HTML pages, and check for bad or out of sync CSS usage. In particular, I want to check the following:
Each CSS rule in the CSS …
1
vote
4answers
464 views
Lint for C#
Is there a lint-like tool for C#? I've got the compiler to flag warnings-as-errors, and I've got Stylecop, but these only catch the most egregious errors. Are there any other mus …
