Skip to content

Commit

Permalink
build: make history immutable to arcanist on stable branch
Browse files Browse the repository at this point in the history
Summary:
build: make history immutable to arcanist on stable branch

fix: removed clang-format-linter from the load field on .arconfig

Test Plan: TBD

Reviewers: jcmcdonald

Reviewed By: jcmcdonald

Tags: #goldilocks_project, #programming_dept

Differential Revision: https://phab.mousepawmedia.com/D506
  • Loading branch information
Gerar1928 committed Jun 17, 2022
2 parents 5be48af + 53c206f commit b3bac69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .arcconfig
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"history.immutable" : true,
"phabricator.uri" : "https://phab.mousepawmedia.com",
"repository.callsign" : "G",
"load" : [
".arclibs/cppcheck",
".arclibs/clang-format-linter"
".arclibs/cppcheck"
],
"phutil_libraries": [
".arclib"
Expand Down

0 comments on commit b3bac69

Please sign in to comment.