-
Notifications
You must be signed in to change notification settings - Fork 401
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
[chore] Typo cooing -> cooling #10905
base: develop
Are you sure you want to change the base?
Conversation
@@ -338,7 +338,7 @@ struct EnergyPlusData : BaseGlobalStruct | |||
std::unique_ptr<ChillerIndirectAbsoprtionData> dataChillerIndirectAbsorption; | |||
std::unique_ptr<ChillerReformulatedEIRData> dataChillerReformulatedEIR; | |||
std::unique_ptr<ChillerElectricASHRAE205Data> dataChillerElectricASHRAE205; | |||
std::unique_ptr<CoilCoolingDXData> dataCoilCooingDX; | |||
std::unique_ptr<CoilCoolingDXData> dataCoilCoolingDX; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's pretty much it
.git-blame-ignore-revs
Outdated
# [chore] Typo cooing -> cooling [Julien Marrec, 2025-01-23] | ||
951068c8da7dce7767cd42404b66ba503ed34367 | ||
# 25 files changed, 125 insertions(+), 125 deletions(-) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ignore that commit when blaming.
# Merge pull request #10886 from NREL/update-license-year-2025 [Edwin Lee, 2025-01-08] | ||
b46ced64a420a7df09af0f301499d0548ac89966 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update .git-blame-ignore-revs a bit, especially removing the commits that update the license file as they show on every blame you do otherwise
```bash rg dataCoilCooingDX -l | xargs -I @ sed -i 's/dataCoilCooingDX/dataCoilCoolingDX/g' @ rg cooing -l | xargs -I @ sed -i 's/cooing/cooling/g' @ rg Cooing -l | xargs -I @ sed -i 's/Cooing/Cooling/g' @ ```
fb934bd
to
1605d70
Compare
Pull request overview