Masataka Kuwabara

Writing Lint for Ruby

RubyKaigi 2017
http://rubykaigi.org/2017/presentations/p_ck_.html

This talk describes how to write Lint for Ruby program.

Lint finds bugs from code automatically. So, if you can write Lint, you can reduce bugs from your code automatically. This talk includes the following topics.

- Implementation of existing Lint such as RuboCop and Reek.
- How to create new Lint or add a new rule to existing Lint yourself.

RubyKaigi 2017