Skip to content

Commit 9abee2c

Browse files
Update file paths to format
1 parent 5185c9f commit 9abee2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rakelib/format.rake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace :format do
77
"Rakefile",
88
"lib/**/*.rb",
99
"ext/**/*.rb",
10-
"tasks/**/*.rake",
10+
"rakelib/**/*.rake",
1111
"packages/**/*.rb"
1212
]
1313
)
@@ -19,7 +19,7 @@ namespace :format do
1919
end
2020

2121
task :c do
22-
sh "find ./ext -iname *.h -o -iname *.c | xargs clang-format -i"
22+
sh "find packages/gems/ ext/ -iname *.h -o -iname *.c | xargs clang-format -i"
2323
end
2424
end
2525

0 commit comments

Comments
 (0)