The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
Ruby Lint Functionality in RDT

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Christopher Williams

Posts: 88
Nickname: sgtcoolguy
Registered: Apr, 2006

Christopher Williams is a Ruby, Rails and Java programmer
Ruby Lint Functionality in RDT Posted: May 19, 2006 12:36 PM
Reply to this message Reply

This post originated from an RSS feed registered with Ruby Buzz by Christopher Williams.
Original Post: Ruby Lint Functionality in RDT
Feed Title: Late to the Party
Feed URL: http://cwilliams.textdriven.com/xml/rss20/feed.xml
Feed Description: Ruby. Rails. Stuff.
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by Christopher Williams
Latest Posts From Late to the Party

Advertisement

I've started doing some work on RDT to allow us to start detecting ruby code warnings in the same vein as checkR, Lint, or the JDT.

The current nightly build has the functionailty enabled (in a very hacked up way), and I'd like to try and extend this to include more semantic checks of ruby code to mark as warnings.

So that's where you, handy subscriber, come in. What kind of semantic checks would you like to see RDT run against your code (while it does the normal syntax checking)?

I've found some ideas on the CheckR site and via the Ruby-lang mailing list archives. But I'm looking for some more, and possibly others that aren't specifically semantically found (such as variables whose names are very close matches which could mean mis-spellings, or common mis-spellings of initialize).

Read: Ruby Lint Functionality in RDT

Topic: Charla de Ruby y RubyOnRails en la UCV Previous Topic   Next Topic Topic: Zed Goes Off About Mongrel

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use