Skip to content

Conversation

mfalkvidd
Copy link
Member

No description provided.

@mfalkvidd mfalkvidd requested a review from fallberg March 21, 2018 13:39
.ci/gitler.sh Outdated
missing_keywords="for keyword in $(grep -A999 '#if DOXYGEN' MyConfig.h | grep -B999 '#endif' | grep '#define' | awk '{ print $2 '}); do grep -q $keyword keywords.txt || echo $keyword; done"
if [ -n "$missing_keywords" ]; then
echo "<b>Keywords that are missing from keywords.txt:</b>" > missing_keywords.txt
echo "$too_long_body_lines" >> missing_keywords.txt
Copy link
Contributor

Choose a reason for hiding this comment

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

$too_long_body_lines?

@mfalkvidd mfalkvidd force-pushed the Add-missing-keyword-detection branch 3 times, most recently from 6eed66f to a0d1ae8 Compare March 21, 2018 13:54
@mfalkvidd mfalkvidd force-pushed the Add-missing-keyword-detection branch from a0d1ae8 to da0b888 Compare March 21, 2018 14:09
@mfalkvidd mfalkvidd merged commit 06f8d2b into mysensors:development Mar 22, 2018
@mfalkvidd mfalkvidd deleted the Add-missing-keyword-detection branch April 10, 2018 19:10
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.

2 participants