Skip to content

Commit 146599e

Browse files
committed
Fix: Make baselining output more consistent.
1 parent af1b42d commit 146599e

File tree

3 files changed

+98
-97
lines changed

3 files changed

+98
-97
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Fixed
1111
- Fix Import All not importing items that do not already exist when compileOnImport is not set (#798)
12+
- Fix baselining output more consistent, human readable
1213

1314
## [2.12.2] - 2025-07-08
1415

1516
### Fixed
1617
- Fixed importing Lookup Tables that do not already exist (#791)
17-
- Fix initial import of settings file that has yet to be imported (#794)
18+
- Fixed initial import of settings file that has yet to be imported (#794)
1819
- Fixed syncing IRIS with files after pull to diff in the intended direction (#802)
1920

2021
## [2.12.1] - 2025-06-27
@@ -117,7 +118,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
117118
- Added 'git push --force' in expert mode (#527)
118119
- Add remote repository to settings page (#448)
119120
- Added change context option to pull page (#468)
120-
- Added favorite namespaces setting for a user (#468, #510)
121+
- Added favorite namespaces setting for a user (#468, #510)
121122
- Added environment awareness in configuration, and showing of environment name in UI (#124)
122123
- Warning on sync page if other users have unstaged changes (#493)
123124
- Added "Export System Default Settings" menu item (#544)

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ We encourage use of [Conventional Commits](https://www.conventionalcommits.org/e
1414

1515
Generally speaking, just try to match the conventions you see in the code you are reading. For this project, these include:
1616

17-
* Do not use shortened command and function names - e.g., `s` instead of `set`, `$p` instead of `$piece`
17+
* Do not use shortened command and function names. For example, use `set` instead of `s` instead of `set` and `$piece` instead of `$p`
1818
* One command per line
1919
* Do not use dot syntax
2020
* Indentation with tabs
21-
* Pascal case class and method names
21+
* [Pascal case](https://en.wikipedia.org/wiki/Camel_case) class and method names
2222
* Avoid using postconditionals
2323
* Local variables start with `t`; formal parameter names start with `p`
2424
* Always check %Status return values

0 commit comments

Comments
 (0)