Add this line to the Gemfile
gem 'rubocop', '>= 1.0', '< 2.0'

rubocop -A
rubocop --only Style/StringLiterals -A

//disable in file

# rubocop:disable all

module TempTask
  ...
end

# rubocop:enable all