Files
IRremoteESP8266/CPPLINT.cfg
David Conran 6d6c0192f7 Support platformio. Lint & style issues. (#186)
- Fix a few underlying reasons for NOLINTs. e.g. min() & max()
- Add a CPPLINT.cfg to filter out [build/include] issues.
  - cpplint.py sees to report that we are not including our own header
    which we are. shrug.
- Move the library source code to lib/IRremoteESP82666/...
- Change #include ""s to #include <>s
- Change binary literals to 0bNNNNN format.
- Fix some compiler warnings.
- Update travis to new dir structure
2017-05-01 18:11:39 +10:00

4 lines
52 B
INI

set noparent
root=lib/IRremoteESP8266
linelength=80