Fix warnings reported by cpplint.
This CL fixes the warnings reported by cpplint as follows:
1. Add NOLINT tags to ignore 'runtime/int' warnings on the code that
uses long (for sysconf) / unsigned long (for mount).
2. Remove some NOLINT tags that are no longer needed.
BUG=chromium:385849
TEST=Tested the following:
1. FEATURES=test emerge-$BOARD platform2`
2. `cpplint.py --filter=-build/header_guard,-build/include_order *.h *.cc`
3. Run the following tests:
- platform_CrosDisksDBus
- platform_CrosDisksArchive
- platform_CrosDisksFilesystem
- platform_CrosDisksFormat
Change-Id: I10a2aefb2a014b2ec8d03d9fb4c4fabbf8315cb2
Reviewed-on: https://chromium-review.googlesource.com/204456
Tested-by: Ben Chan <benchan@chromium.org>
Reviewed-by: mukesh agrawal <quiche@chromium.org>
Commit-Queue: Ben Chan <benchan@chromium.org>
11 files changed