Skip to content

Commit 5d6e503

Browse files
committed
code_checker.sh: ignoring include order on astar_process
1 parent 6be7afc commit 5d6e503

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/scripts/code_checker.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ INCLUDE_ORDER="
2626
-build/include_order:src/dijkstra/shortestPath_process.cpp,
2727
-build/include_order:src/metrics/metrics_process.cpp,
2828
-build/include_order:src/ordering/ordering_process.cpp,
29+
-build/include_order:src/astar/astar_process.cpp,
2930
-build/include_order:src/allpairs/allpairs_process.cpp"
3031

3132
if test -z "$DIRECTORY"; then

0 commit comments

Comments
 (0)