Where can I find an actively developed lint tool for Ruby?

后端 未结 9 952
别跟我提以往
别跟我提以往 2020-12-12 19:27

Most of the code I write is in Ruby, and every once in a while, I make some typo which only gets caught after a while. This is irritating when I have my scripts running long

9条回答
  •  甜味超标
    2020-12-12 19:58

    Have not used it yet, but sounds promising (will update when I've tested this).

    https://github.com/michaeledgar/laser

    Static analysis and style linter for Ruby code.

提交回复
热议问题