mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-13 06:42:35 +00:00
Rubocop autocorrect frozen string literal cop
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
# frozen_string_literal: true
|
||||
PACKAGING_LOCKFILE = File.expand_path("i-mic-fps-packaging.lock", Dir.tmpdir)
|
||||
GITHUB_API_URL = "https://api.github.com/repos/cyberarm/i-mic-fps"
|
||||
USERAGENT = "cyberarm +i-mic-fps"
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# frozen_string_literal: true
|
||||
desc "Run tests"
|
||||
task :default do
|
||||
puts "No tests implemented yet!"
|
||||
|
||||
Reference in New Issue
Block a user