Skip to content

Instantly share code, notes, and snippets.

@laclefyoshi
Created October 5, 2013 06:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save laclefyoshi/6837610 to your computer and use it in GitHub Desktop.
Save laclefyoshi/6837610 to your computer and use it in GitHub Desktop.
$ ./scalastyle.sh Documents/Projects/scala/URLHandle.scala
/Volumes/Macintosh HD/Users/yoshiyasu/Documents/Projects/scala/URLHandle.scala:45:2:warning: Whitespace at end of line
/Volumes/Macintosh HD/Users/yoshiyasu/Documents/Projects/scala/URLHandle.scala:35:16:warning: Avoid using null
/Volumes/Macintosh HD/Users/yoshiyasu/Documents/Projects/scala/URLHandle.scala:47:3:warning: Regular expression matched 'println'
/Volumes/Macintosh HD/Users/yoshiyasu/Documents/Projects/scala/URLHandle.scala:55:3:warning: Regular expression matched 'println'
/Volumes/Macintosh HD/Users/yoshiyasu/Documents/Projects/scala/URLHandle.scala:14:15:warning: Public method must have explicit type
/Volumes/Macintosh HD/Users/yoshiyasu/Documents/Projects/scala/URLHandle.scala:32:15:warning: Public method must have explicit type
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment