davids5 commented on issue #2: Master pr nxstyle improvments
URL: https://github.com/apache/incubator-nuttx/pull/2#issuecomment-568446656
 
 
   Oh I should also mention that the this was from before I added the class of 
error and treated long lines as warnings in H files.
   
   ```
   exec < /dev/tty
   while true; do
        read -p "[post-commit hook] Commit? (Y/n) " yn
        if [ "$yn" = "" ]; then
           yn='Y'
        fi
        case $yn in
              [Yy] ) exit 0; break;;
              [Nn] ) exit 1;;
              * ) echo "Please answer y or n for yes or no.";;
          esac
        done
   ```
   
   Is not the way this should work it is Just that nxstyle is not mature enough 
to trust.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to