Page MenuHomePhabricator

Lint C files.
ClosedPublic

Authored by deadalnix on Jul 14 2017, 16:54.

Details

Summary

So far C file were excluded from linting. Not anymore.

Test Plan
arc lint

Diff Detail

Repository
rABC Bitcoin ABC
Branch
lintc
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 525
Build 525: arc lint + arc unit

Event Timeline

kyuupichan added inline comments.
src/crypto/ctaes/bench.c
4 ↗(On Diff #826)

What's this about? System headers should be included first. Should sys/time.h use <> brackets?

This revision now requires changes to proceed.Jul 15 2017, 04:23
deadalnix edited edge metadata.
deadalnix added inline comments.
src/crypto/ctaes/bench.c
4 ↗(On Diff #826)

Yes it should but this is completely off topic.

This revision is now accepted and ready to land.Jul 18 2017, 11:30
This revision was automatically updated to reflect the committed changes.