We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5185c9f commit 9abee2cCopy full SHA for 9abee2c
rakelib/format.rake
@@ -7,7 +7,7 @@ namespace :format do
7
"Rakefile",
8
"lib/**/*.rb",
9
"ext/**/*.rb",
10
- "tasks/**/*.rake",
+ "rakelib/**/*.rake",
11
"packages/**/*.rb"
12
]
13
)
@@ -19,7 +19,7 @@ namespace :format do
19
end
20
21
task :c do
22
- sh "find ./ext -iname *.h -o -iname *.c | xargs clang-format -i"
+ sh "find packages/gems/ ext/ -iname *.h -o -iname *.c | xargs clang-format -i"
23
24
25
0 commit comments