Skip to content

Commit c88044d

Browse files
committed
dev: make default rake task include rubocop
and remove clobber
1 parent 1186f9a commit c88044d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: Rakefile

+2
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@
55
#
66
require "bundler"
77
SQLITE3_SPEC = Bundler.load_gemspec("sqlite3.gemspec")
8+
9+
task default: [:rubocop, :compile, :test]

Diff for: rakelib/native.rake

-2
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,6 @@ task "set-version-to-timestamp" do
112112
puts "NOTE: wrote version as \"#{fake_version}\""
113113
end
114114

115-
task default: [:clobber, :compile, :test]
116-
117115
CLEAN.add("{ext,lib}/**/*.{o,so}", "pkg")
118116
CLOBBER.add("ports/*").exclude(%r{ports/archives$})
119117

0 commit comments

Comments
 (0)