Skip to content
Snippets Groups Projects

make it possible to use clang-tidy

Merged swym requested to merge swym/firmware:tidy into master
Files
5
+ 11
0
[.[]|({
directory:.directory,
command:(. as {file:$file, directory:$directory}
|.command
|sub("-fno-isolate-erroneous-paths-dereference";"-m32")
|sub("(?<a>\\s)\\.\\./"; (.a) + "\($directory)/../")
|sub("/build/\\.\\./"; "/")
)
,
file:((.directory|sub("build$";""))+(.file|sub("^../";"")))
})]
Loading