RuboCop性能 对项目的性能优化分析,作为的扩展。 安装 只需安装rubocop-performance宝石 gem install rubocop-performance 或者如果您使用捆绑程序,请将其放入Gemfile gem 'rubocop-performance' , require : false 用法 您需要告诉RuboCop加载Performance Extension。 有三种方法可以做到这一点: RuboCop配置文件 将此放入您的.rubocop.yml 。 require : rubocop-performance 另外,在指定多个扩展名时,请使用以下数组