Skip to content

Instantly share code, notes, and snippets.

@sanemat
Last active August 29, 2015 14:15
Show Gist options
  • Save sanemat/5416e4f701922a47773a to your computer and use it in GitHub Desktop.
Save sanemat/5416e4f701922a47773a to your computer and use it in GitHub Desktop.
lintとか #tng15

Lint for JavaScript

  • eslint
  • jscs
  • jshint
  • jslint
  • Closure Linter
  • coffeelint
  • tslint

lintにかかわらず、こういう開発便利系何使ってる? 何知ってる?

pronto

で、pronto gemってのがある Ruby

これjsのutilも使いたい

pronto-jshint を参照しよう! -> jshintrb ??? イマココ

↓みたいな感じにしたい

pronto pick-patch | any-command | pronto github_pr

For Ruby

  • rubocop
  • brakeman
  • rails best practice

Web service

  • hound-ci
@sanemat
Copy link
Author

sanemat commented Feb 15, 2015

errorなしだとこんな出力になる

<?xml version='1.0'?>
<checkstyle>
  <file name='/Users/sane/work/tachiko/pigeon.tachikoma.io/Rakefile'/>
</checkstyle>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment