Christopher Pickering
dd2172f01c
Merge branch 'dev' of github.com:Riverside-Healthcare/djLint into dev
2022-09-21 09:32:56 +02:00
Christopher Pickering
e23ee4627d
fix(t002): fixed false positive in t002. Added test
...
closes #399
2022-09-21 09:32:39 +02:00
sur.la.route
5ffc270b6d
Merge pull request #400 from cclauss/patch-1
2022-09-21 09:20:28 +02:00
Christian Clauss
34b7bd2d70
tox.ini: Fix typo
2022-09-21 07:35:08 +02:00
semantic-release-bot
e278a60973
chore(release): 1.17.0 [skip ci]
...
# [1.17.0](https://github.com/Riverside-Healthcare/djLint/compare/v1.16.0...v1.17.0 ) (2022-09-20)
### Features
* **stats:** moved linter stats to be appended to lint output ([90f023d ](90f023d325 )), closes [#396 ](https://github.com/Riverside-Healthcare/djLint/issues/396 )
2022-09-20 13:05:04 +00:00
sur.la.route
99b9af2ff8
Merge pull request #397 from Riverside-Healthcare/dev
2022-09-20 15:03:43 +02:00
sur.la.route
3e29af7a51
Update src/djlint/output.py
...
Co-authored-by: Christian Clauss <cclauss@me.com>
2022-09-20 14:25:17 +02:00
Christopher Pickering
90f023d325
feat(stats): moved linter stats to be appended to lint output
...
closes #396
2022-09-20 08:34:58 +02:00
semantic-release-bot
c5b466b73d
chore(release): 1.16.0 [skip ci]
...
# [1.16.0](https://github.com/Riverside-Healthcare/djLint/compare/v1.15.0...v1.16.0 ) (2022-09-19)
### Bug Fixes
* **linter:** t002 ([190ad01 ](190ad01ff3 ))
### Features
* **linter:** added --statistics flag to print summary of linter findings ([489decb ](489decb2e1 )), closes [#389 ](https://github.com/Riverside-Healthcare/djLint/issues/389 )
2022-09-19 09:16:58 +00:00
sur.la.route
2fd39d6789
Merge pull request #395 from Riverside-Healthcare/dev
2022-09-19 11:13:29 +02:00
Christopher Pickering
190ad01ff3
fix(linter): t002
...
Fixed bad match on t002.
2022-09-19 10:00:32 +02:00
Christopher Pickering
223200fe57
Merge branch 'dev' of github.com:Riverside-Healthcare/djLint into dev
2022-09-19 09:42:03 +02:00
Christopher Pickering
489decb2e1
feat(linter): added --statistics flag to print summary of linter findings
...
closes #389
2022-09-19 09:41:54 +02:00
sur.la.route
57bb290aba
Merge pull request #393 from Riverside-Healthcare/renovate/all-minor-patch
2022-09-19 08:12:44 +02:00
renovate[bot]
6540fb9f0c
chore(deps) Update all non-major dependencies
2022-09-19 05:56:20 +00:00
renovate[bot]
9107465f2a
chore(deps) Update dependency @fullhuman/postcss-purgecss to v5
2022-09-19 05:55:36 +00:00
semantic-release-bot
564ecf8081
chore(release): 1.15.0 [skip ci]
...
# [1.15.0](https://github.com/Riverside-Healthcare/djLint/compare/v1.14.2...v1.15.0 ) (2022-09-16)
### Bug Fixes
* **formatter:** fixed formatting of repeating inline tags ([d31ce52 ](d31ce52b3b )), closes [#387 ](https://github.com/Riverside-Healthcare/djLint/issues/387 )
### Features
* **linter t034:** added linter T034 to check for {% ... }% typo ([ecb95bb ](ecb95bbee0 )), closes [#385 ](https://github.com/Riverside-Healthcare/djLint/issues/385 )
* **linter:** t002 added a few more tags to the check ([532c5b8 ](532c5b8d94 )), closes [#386 ](https://github.com/Riverside-Healthcare/djLint/issues/386 )
2022-09-16 10:39:38 +00:00
sur.la.route
00636ce7c7
Merge pull request #390 from Riverside-Healthcare/dev
2022-09-16 12:37:28 +02:00
sur.la.route
6a041c4bb3
Merge pull request #391 from cclauss/patch-1
2022-09-16 12:21:39 +02:00
sur.la.route
7ce1458cb5
Merge branch 'dev' into patch-1
2022-09-16 12:21:32 +02:00
Christian Clauss
e23efdcc78
Sort Russian rules
2022-09-16 12:09:48 +02:00
Christian Clauss
2befc20bad
Sort French rules
2022-09-16 12:07:35 +02:00
Christian Clauss
429f03a7d8
Define first letter before the rules and sort both
...
Sorting lists makes it easier for users to look up codes and challenging to insert duplicate codes.
Sorting lines is easy in vscode... Select lines to be sorted. Shift-Cmd-P and type `sort` and select `Sort Lines Ascending`.
2022-09-16 11:30:09 +02:00
Christopher Pickering
756c760e44
Merge branch 'dev' of github.com:Riverside-Healthcare/djLint into dev
2022-09-16 11:10:24 +02:00
Christopher Pickering
838b8e66be
fixed tests
2022-09-16 11:09:49 +02:00
sur.la.route
3c43a9ba1c
Merge pull request #388 from cclauss/patch-1
2022-09-16 11:05:34 +02:00
Christopher Pickering
6225dcd3c7
ci(removed requirements.txt.): file was unused
2022-09-16 11:03:57 +02:00
Christopher Pickering
e5cbe6af1e
test(tox): removed useless line
2022-09-16 11:01:50 +02:00
Christopher Pickering
d31ce52b3b
fix(formatter): fixed formatting of repeating inline tags
...
closes #387
2022-09-16 10:47:42 +02:00
Christian Clauss
77a4764305
Add Python 3.11 release candidate 2 to the testing
...
Python 3.11 will be on average 22% faster than Python 3.10 so let’s give it a spin...
https://www.python.org/download/pre-releases
2022-09-16 10:20:17 +02:00
Christopher Pickering
532c5b8d94
feat(linter): t002 added a few more tags to the check
...
closes #386
2022-09-16 10:06:00 +02:00
Christopher Pickering
ecb95bbee0
feat(linter t034): added linter T034 to check for {% ... }% typo
...
closes #385
2022-09-16 09:54:17 +02:00
semantic-release-bot
f4f84465ef
chore(release): 1.14.2 [skip ci]
...
## [1.14.2](https://github.com/Riverside-Healthcare/djLint/compare/v1.14.1...v1.14.2 ) (2022-09-15)
### Bug Fixes
* **span:** fixed indent on nested inline tags on a span ([4ac5fd0 ](4ac5fd0da8 )), closes [#383 ](https://github.com/Riverside-Healthcare/djLint/issues/383 )
2022-09-15 07:54:56 +00:00
sur.la.route
424d5d3774
Merge pull request #384 from Riverside-Healthcare/dev
2022-09-15 09:52:50 +02:00
Christopher Pickering
4ac5fd0da8
fix(span): fixed indent on nested inline tags on a span
...
closes #383
2022-09-15 09:44:21 +02:00
semantic-release-bot
55c578df8b
chore(release): 1.14.1 [skip ci]
...
## [1.14.1](https://github.com/Riverside-Healthcare/djLint/compare/v1.14.0...v1.14.1 ) (2022-09-14)
### Bug Fixes
* **alpine js:** fix incorrect indent on alpinejs attribs w/ nested HTML ([f0d37a5 ](f0d37a59d1 )), closes [#381 ](https://github.com/Riverside-Healthcare/djLint/issues/381 )
2022-09-14 08:00:50 +00:00
sur.la.route
fe04fbc749
Merge pull request #382 from Riverside-Healthcare/dev
2022-09-14 09:59:40 +02:00
Christopher Pickering
3c1c125595
Merge branch 'dev' of github.com:Riverside-Healthcare/djLint into dev
2022-09-14 09:43:39 +02:00
Christopher Pickering
f0d37a59d1
fix(alpine js): fix incorrect indent on alpinejs attribs w/ nested HTML
...
closes #381
2022-09-14 09:43:31 +02:00
sur.la.route
abdba06e59
Merge pull request #380 from Riverside-Healthcare/renovate/all-minor-patch
2022-09-12 13:41:48 +02:00
renovate[bot]
7543cbd00d
chore(deps) Update all non-major dependencies
2022-09-12 11:37:46 +00:00
semantic-release-bot
a4b8d8bbb4
chore(release): 1.14.0 [skip ci]
...
# [1.14.0](https://github.com/Riverside-Healthcare/djLint/compare/v1.13.0...v1.14.0 ) (2022-09-12)
### Features
* **config:** allow source files to be specified in the config file ([bbcde2b ](bbcde2b426 )), closes [#371 ](https://github.com/Riverside-Healthcare/djLint/issues/371 )
2022-09-12 11:37:18 +00:00
sur.la.route
2829223518
Merge pull request #379 from Riverside-Healthcare/dev
2022-09-12 13:36:10 +02:00
Christopher Pickering
0111619870
docs(docs): updated docs with new feature
2022-09-12 12:53:16 +02:00
Christopher Pickering
bbcde2b426
feat(config): allow source files to be specified in the config file
...
This update allows a file list to be set in the config file.
closes #371
2022-09-12 12:43:04 +02:00
semantic-release-bot
c0c132a2c1
chore(release): 1.13.0 [skip ci]
...
# [1.13.0](https://github.com/Riverside-Healthcare/djLint/compare/v1.12.3...v1.13.0 ) (2022-09-12)
### Features
* **config:** added option for custom configuration file path ([83297bd ](83297bd15b )), closes [#170 ](https://github.com/Riverside-Healthcare/djLint/issues/170 )
* **windows:** added a better progress bar char for windows ([3cdb7a7 ](3cdb7a7b97 )), closes [#286 ](https://github.com/Riverside-Healthcare/djLint/issues/286 )
2022-09-12 08:16:34 +00:00
sur.la.route
f77fb387c4
Merge pull request #378 from Riverside-Healthcare/dev
2022-09-12 10:14:30 +02:00
Christopher Pickering
2c46e976db
chore(lint): updated tox config
2022-09-12 09:58:45 +02:00
sur.la.route
731436e2fb
Merge pull request #377 from Riverside-Healthcare/renovate/all-minor-patch
2022-09-12 09:38:00 +02:00
renovate[bot]
69ddcc9b91
chore(deps) Update all non-major dependencies
2022-09-12 07:37:22 +00:00