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

remove luacheck run for Travs and minor tweaks following #2838 #2845

Merged
merged 1 commit into from
Jul 23, 2019

Conversation

TerryE
Copy link
Collaborator

@TerryE TerryE commented Jul 23, 2019

  • This PR is for the dev branch rather than for master.
  • This PR is compliant with the other contributing guidelines as well (if not, please describe why).
  • I have thoroughly tested my contribution.

Removes luacheck run from .Travis build as default and also picks up a couple of minor tweaks raised by @galjonsfigur in #2838 (comment)

@TerryE TerryE merged commit c7ff86f into nodemcu:dev Jul 23, 2019
@TerryE TerryE deleted the dev-nondefault-luacheck branch July 23, 2019 17:31
@marcelstoer marcelstoer added this to the Next release milestone Jul 23, 2019
- cd "$TRAVIS_BUILD_DIR"
- echo "checking:"
- find lua_modules lua_examples -iname "*.lua" -print0 | xargs -0 echo
- find lua_modules lua_examples -iname "*.lua" -print0 | xargs -0 $LUACC -p
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test compiling the lua sources can please stay in and the luacheck line might only get commented as we tend to want it back at some pint in time.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@HHHartmann, Gregor if you feel strongly about this just do the PR and merge it. 😄

@HHHartmann
Copy link
Member

Will do

@HHHartmann HHHartmann mentioned this pull request Aug 5, 2019
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants