Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix cpplint failure, causing travis CI to be red #291

Merged
merged 1 commit into from
Feb 7, 2017
Merged

Fix cpplint failure, causing travis CI to be red #291

merged 1 commit into from
Feb 7, 2017

Commits on Feb 7, 2017

  1. Fix cpplint failure, causing travis CI to be red

    E.g. https://travis-ci.org/marvinroger/homie-esp8266/jobs/199213998
    
    Ran the following command successfully:
      cpplint --repository=. --recursive \
      --filter=-whitespace/line_length,-legal/copyright,-runtime/printf,-build/include,-build/namespace,-runtime/int \
      ./src
    maruel committed Feb 7, 2017
    Configuration menu
    Copy the full SHA
    825d643 View commit details
    Browse the repository at this point in the history