Skip to content

Commit

Permalink
Check in cpplint in place of submodule
Browse files Browse the repository at this point in the history
Summary:
We are removing private submodules from our repo.

The cpplint version we are using is based off of `d6054228db5daf0a730d627292de75ebb5e04948`

Test Plan: run `arc lint`

Reviewers: vihang, zasgar, #third_party_approvers

Reviewed By: zasgar, #third_party_approvers

Differential Revision: https://phab.corp.pixielabs.ai/D8286

GitOrigin-RevId: e788dd7
  • Loading branch information
aimichelle authored and copybaranaut committed Apr 20, 2021
1 parent dae4cc0 commit c1c7b7a
Show file tree
Hide file tree
Showing 3 changed files with 6,509 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .arclint
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"(^src/ui/src/types/generated/)",
"(c_cpp_properties.json$)",
"(go\\.mod$)",
"(go\\.sum$)"
"(go\\.sum$)",
"(^third_party/cpplint/cpplint.py$)"
],
"linters": {
"build-linter": {
Expand Down
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[submodule "linters/cpplint"]
path = third_party/cpplint
url = git@github.com:pixie-labs/cpplint.git
[submodule "third_party/bcc"]
path = third_party/bcc
url = git@github.com:pixie-labs/bcc.git
Expand Down
Loading

0 comments on commit c1c7b7a

Please sign in to comment.