Wolfgang Walther
|
b5b436a3a4
|
Add global "locale" config option and make key-ordering rule locale-aware
Support sorting by locale with strcoll(). Properly handle case and accents.
Note: this is a second implementation, for context see:
https://github.com/adrienverge/yamllint/pull/280
https://github.com/adrienverge/yamllint/issues/285
https://github.com/adrienverge/yamllint/pull/288
|
2020-07-16 09:34:13 +02:00 |
|
Adrien Vergé
|
9403f1f3ec
|
Revert "Add global "locale" config option"
This reverts commit 9e90c77, because it caused a bug that affected
different people just after being released:
https://github.com/adrienverge/yamllint/issues/285
https://github.com/adrienverge/yamllint/issues/286
|
2020-07-15 14:48:48 +02:00 |
|
Wolfgang Walther
|
9e90c777cb
|
Add global "locale" config option and make key-ordering rule locale-aware
Support sorting by locale with strcoll(). Properly handle case and accents.
|
2020-07-15 11:46:05 +02:00 |
|
Adrien Vergé
|
773bfc0f3c
|
key-ordering: Add more test cases and documentation
|
2017-10-16 22:49:39 +02:00 |
|
Johannes F. Knauf
|
1543d0e435
|
New rule key-ordering
closes #67
|
2017-10-16 22:49:39 +02:00 |
|