mirror of
https://github.com/open-goal/jak-project
synced 2026-09-03 02:14:07 -04:00
scripts: new linter script to detect goal_src files with trailing whitespace (#3387)
Removes trailing whitespace from goal_src files, eventually the formatter will do this as well but it's not ready yet so this is a decent interim solution. A competent text editor will also do this / flag it for you.
This commit is contained in:
@@ -3933,7 +3933,7 @@
|
||||
(function "race-bike-a" #f ,(lambda () (dm-pilot-race-mode 0) (none)))
|
||||
(function "race-bike-b" #f ,(lambda () (dm-pilot-race-mode 1) (none)))
|
||||
;; race-bike-c doesn't actually work?
|
||||
(function "race-bike-c" #f ,(lambda () (dm-pilot-race-mode 2) (none)))
|
||||
(function "race-bike-c" #f ,(lambda () (dm-pilot-race-mode 2) (none)))
|
||||
;; race-bike-d/e require one of the stadium race tasks to be active
|
||||
(function "race-bike-d" #f ,(lambda () (dm-pilot-race-mode 3) (none)))
|
||||
(function "race-bike-e" #f ,(lambda () (dm-pilot-race-mode 4) (none)))
|
||||
|
||||
Reference in New Issue
Block a user