Update to latest Unity and therefore newer Rubocop standards. Tweaked scripts to match latest standards.

This commit is contained in:
Mark VanderVoord
2023-11-22 17:40:07 -05:00
parent 32049399b3
commit a642b1fe49
22 changed files with 107 additions and 104 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
HERE = __dir__ + '/'
HERE = "#{__dir__}//".freeze
require 'rake'
require 'rake/clean'