lint
PC Lint error 714
In my CRC8.c I have this function: BOOL isCRCValid(const UINT8 *ptr, U开发者_运维技巧INT8 Len, UINT8 CRCChar){[详细]
2023-04-06 19:17 分类:问答Dojo lint - Are there any good lint tools for Dojo, not just javascript
I know开发者_开发百科 there are plenty of JavaScript lint tools, but I was wondering if there were any for Dojo also since dojo references cause problems for normal JS lint tools.[详细]
2023-04-06 10:02 分类:问答Problem with strong type-checking in lint (warning 632)
I\'m working to polish some existing C code in order to port it to a new compiler (embedded software, we\'re switching hardware). So I\'m trying to scrub the current code with lint, and I\'m stumped b[详细]
2023-03-28 17:02 分类:问答Is there a lint for Common Lisp or Chicken Scheme?
Is there a lint for Common Lisp or Chicken Scheme? Possibly something akin to C\'s splint, Haskell\'s HLint开发者_如何学Python, Perl\'s B::Lint, etc.?There\'s Lisp Critic:[详细]
2023-03-25 11:45 分类:问答How do I annotate BoehmGC-collected code for Splint?
Splint does a good job tracking down memory leaks in C code. Every malloc() should have a matching free(). But BoehmGC-collected code uses GC_MALLOC() with no matching GC_FREE(). This makes Splint go[详细]
2023-03-24 16:21 分类:问答How can I configure Pylint to check all things PEP8 checks?
Searching for an answer on Pylint\'s mailing list brin开发者_JS百科gs no interesting results. Pylint is known to be very customizable, so I guess this should be possible...[详细]
2023-03-24 12:15 分类:问答Need help with jQuery syntax to change URL
Using jQuery, is there a way I can make every http://www.mywebsite.com/page/ become http://www.mywebsite.com/#page for the visitors and make sure the Facebook URL L开发者_如何转开发inter (http://devel[详细]
2023-03-24 00:10 分类:问答Lint-like program for Perl?
I\'m looking for a lint for Perl, something that would catch dead code a开发者_运维百科nd other potential problems.Any suggestions?[详细]
2023-03-23 06:26 分类:问答How to exclude some particular files in Pc-lint
While running pclint for a particular folder, its running for all the开发者_运维技巧 files inside that folder. If we want the pclint to omit some of the files, then how to configure it in std.lnt file[详细]
2023-03-22 14:07 分类:问答finding vim efm for csslint messages
With the newly released csslint I wanted to try to hook it into vim as my makefile for .css files. I\'m having a hard time getting the multi-line error format working for the output.[详细]
2023-03-13 18:56 分类:问答