Skip to content

Commit 1a2c72c

Browse files
committed
Lint before spec in Rakefile
This is the more common approach for GOV.UK apps
1 parent 1447175 commit 1a2c72c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ rescue LoadError
1818
end
1919
# rubocop:enable Lint/SuppressedException
2020

21-
task default: %i[spec lint]
21+
task default: %i[lint spec]
2222

2323
def logger
2424
Logging.logger.root

0 commit comments

Comments
 (0)