dtcenter / MET

Model Evaluation Tools
https://dtcenter.org/community-code/model-evaluation-tools-met
Apache License 2.0
74 stars 22 forks source link

Feature 2673 sonarqube beta3 namespace #2831

Closed hsoh-u closed 4 months ago

hsoh-u commented 4 months ago

Expected Differences

Pull Request Testing

Checking using namespace statement at the header files

 find src -type f -name "*h" -o -name "*hpp"  -exec grep -nH -A 4 "using namespace" {} \;

Few cases are not fixed. They may be the generated codes.

find src -type f -name "*h" -o -name "*hpp" -o -name "*cc"  -exec grep -nH -A 4 "using namespace" {} \; | grep include |  less

Pull Request Checklist

See the METplus Workflow for details.

jprestop commented 4 months ago

Thank you for this work, @hsoh-u. Would you say that this PR also covers the work described in this issue Move namespace specifications below include directives #2696? If so, let's link in this issue under "Development" as well, and thanks for doing the work I had planned to do, but had not gotten to yet!

hsoh-u commented 4 months ago

Added it to "Expected Differences". I can not add #2696 to Development. Typing 269 shows 2697 only and typing move does not work.