Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Rubycop は次のようなメッセージを出力します。
app/controllers/welcome_controller.rb:1:1: C: Missing top-level class documentation comment. class WelcomeController < ApplicationController ^^^^^
トップレベルのクラスのドキュメントはどのように見えるのだろうか。コメントだけじゃないですよね?特別な形式が必要ですが、どの形式ですか?
つまり、次のような簡単なコメントでうまくいくでしょう。
# This shiny device polishes bared foos class FooBarPolisher ...
私はこのチェックを無効にする方法を探してここに行き着きました。
Documentation: Enabled: false
あなたの.rubocop.ymlファイルに。
.rubocop.yml