mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-08 02:18:53 +00:00
ecbc65cf39
Summary: Pull Request resolved: https://github.com/facebook/osquery/pull/5487 I got tired of Lint telling me to update the calls to the Status class, so I wrote some codemods to update the vast majority of them: $ cd ~/fbsource $ codemod -d xplat/osquery/oss/osquery --extensions cpp,h "return Status\(0\, \".*\"\);" "return Status::success();" **Blindly accepted all changes**. FWIW, I tried to do something similar with the failure return values, but the unit tests were failing afterward. Reviewed By: guliashvili Differential Revision: D14278739 fbshipit-source-id: b023f6e969be697eeb67d66ea3ad10d16c69ff0c |
||
---|---|---|
.. | ||
aws | ||
config | ||
conversions | ||
darwin | ||
debug | ||
error | ||
expected | ||
info | ||
json | ||
macros | ||
status | ||
system | ||
tests | ||
versioning | ||
attribute.h | ||
base64.cpp | ||
base64.h | ||
BUCK | ||
chars.cpp | ||
chars.h | ||
enum_class_hash.h | ||
map_take.h | ||
mutex.h | ||
only_movable.cpp | ||
only_movable.h | ||
scope_guard.h |