hunyadi-dev opened a new pull request #1011:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1011


   Automatic replacement on linter reported errors following this patterns:
   > "virtual" is redundant since function is already declared as "override"  
[readability/inheritance] [4]
   
   Script used:
   ```bash
   cat linter_errors.log | grep '"virtual" is redundant' | tr ":" " " | cut -d" 
" -f1,2 | sort -rn -k1 -k2 | less | xargs -n 2 sh -c 'sed -i "$2s/virtual //g" 
$1' sh
   ```
   
   No manual edits done.


----------------------------------------------------------------
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:
[email protected]


Reply via email to