Bump rubocop version; Fix issues

pull/84/head
Andre Richter 4 years ago
parent 163e2010ab
commit ae878182d7
No known key found for this signature in database
GPG Key ID: 2116C1AB102F615E

@ -10,5 +10,5 @@ group :uart do
end
group :development do
gem 'rubocop', '>= 1.2.0', require: false
gem 'rubocop', '>= 1.3.0', require: false
end

@ -273,7 +273,7 @@ class DevTool
def copyright_source_files
extensions = ['.S', '.rs', '.rb']
# Note: The selection result is the return value of the function.
# NOTE: The selection result is the return value of the function.
tracked_files.select do |f|
next unless File.exist?(f)
next if f.include?('build.rs')

Loading…
Cancel
Save