File: clang-format-linter.php

package info (click to toggle)
arcanist-clang-format-linter 0.git20161021-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 112 kB
  • sloc: php: 438; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 227 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
<?php

arcanist_load_libraries(
    ["/usr/share/arcanist/externals/includes/clang-format-linter/"],
    $must_load = false,
    $lib_source = "clang-format-linter",
    ArcanistWorkingCopyIdentity::newDummyWorkingCopy());

?>