10000 restyle core and libraries with Allman · Pull Request #5726 · esp8266/Arduino · GitHub
[go: up one dir, main page]

Skip to content

restyle core and libraries with Allman #5726

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

Closed
wants to merge 5 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to l 8000 oad comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix ci script
  • Loading branch information
Allman committed Feb 6, 2019
commit e25012f7d829879cb643853b5696454d81d2f7ef
3 changes: 2 additions & 1 deletion tests/ci/style_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

set -ev

../restyle.sh
org=$(cd ${0%/*}; pwd)
${org}/../restyle.sh

# Revert changes which astyle might have done to the submodules,
# as we don't want to fail the build because of the 3rd party libraries
Expand Down
0