Commit graph

757 commits

Author SHA1 Message Date
sur.la.route
5b02da7408
Merge pull request #355 from Riverside-Healthcare/renovate/all-minor-patch 2022-08-29 09:39:29 -05:00
Christopher Pickering
bffb093c4c
fix(macro): allow html tags inside macro functions to skip formatting
closes #353
2022-08-29 09:27:26 -05:00
Christopher Pickering
c57e9444a1
fix(t001): fixed false positive on T001 with Jinja {{- and {{+ tags
closes #354
2022-08-29 08:57:30 -05:00
renovate[bot]
c5fa6e9f77
chore(deps) Update all non-major dependencies 2022-08-29 12:16:21 +00:00
Christopher Pickering
215bd23190
fix(h006): prevented false positives on H006
Also other linter rules where the the error match partially overlaps the ignored block.

closes #344, closes #333
2022-08-24 09:37:42 -05:00
Christopher Pickering
4480cff832
fix(h012): prevent H012 from matching the contents of tags or attributes
closes #348
2022-08-24 09:01:13 -05:00
Christopher Pickering
a5d96e7a2d
feat(t002): allow variables names to be used in the {% extends tag
closes #349
2022-08-24 08:50:56 -05:00
Christopher Pickering
f1a39ed289
feat(h021): allow inline styles that contain template syntax
closes #351
2022-08-24 08:39:11 -05:00
Christopher Pickering
ea766722a5
fix(t001): fixed false positive on multiline template tags
closes #350
2022-08-24 08:30:30 -05:00
Christopher Pickering
79cd013f8d
fix(formatter): fixed runaway regex on templates with many template attriutes inside html tags
closes #340
2022-08-22 11:59:19 -05:00
Christopher Pickering
90cf5764ac
fix(linter): prevent linter matches that overlap ignored blocks of code such as comments
closes #343
2022-08-22 10:01:10 -05:00
Christopher Pickering
79618a5bfb
fix(linter): fixed false postive on rule H008
closes #339
2022-08-22 08:49:46 -05:00
Christopher Pickering
f9dac86b1a
fix(linter): fixed false positive on T032 with jinja multi line set
closes #342
2022-08-22 08:42:55 -05:00
Christopher Pickering
af3eb04387
Merge branch 'dev' of github.com:Riverside-Healthcare/djLint into dev 2022-08-22 08:35:22 -05:00
Christopher Pickering
3e0e9b355f
style(linter): updated rule H014 text to be more clear
closes #341
2022-08-22 08:34:36 -05:00
sur.la.route
e59f1b39d0
Merge pull request #346 from Riverside-Healthcare/renovate/all-minor-patch 2022-08-22 07:42:05 -05:00
renovate[bot]
22649f637d
chore(deps) Update all non-major dependencies 2022-08-22 05:09:05 +00:00
sur.la.route
2f41e2ad0e
Merge pull request #328 from Riverside-Healthcare/renovate/flake8-4.x 2022-08-18 15:08:40 -05:00
Christopher Pickering
7a70e395d3
feat(jinja call): added support for jinja call blocks
closes #337
2022-08-18 15:08:16 -05:00
renovate[bot]
62ec35f6d7
chore(deps) Update dependency flake8 to v4 2022-08-17 12:50:48 +00:00
Christopher Pickering
c025b249b3
docs(pre-commit): updated indent on precommit docs 2022-08-17 07:41:42 -05:00
Christopher Pickering
d520508b60
Merge branch 'dev' of github.com:Riverside-Healthcare/djLint into dev 2022-08-17 07:16:45 -05:00
Christopher Pickering
f08e3acee3
feat(linter): updated rule 18 to allow "tel:"
closes #334
2022-08-17 07:16:29 -05:00
sur.la.route
07e31dc832
Merge pull request #326 from ruanmed/master 2022-08-16 07:47:04 -05:00
Christopher Pickering
183c4fc8f0
fixed lint 2022-08-16 07:42:44 -05:00
sur.la.route
919d03457d
Merge pull request #327 from Riverside-Healthcare/renovate/all-minor-patch 2022-08-15 09:36:43 -05:00
renovate[bot]
c2b29efd21
chore(deps) Update all non-major dependencies 2022-08-15 14:00:34 +00:00
sur.la.route
450868710b
Merge pull request #330 from Riverside-Healthcare/renovate/linters 2022-08-15 08:58:40 -05:00
sur.la.route
6252f06c3e
Merge pull request #331 from Riverside-Healthcare/renovate/flake8-5.x 2022-08-15 08:58:25 -05:00
renovate[bot]
94bc5c9490
chore(deps) Update dependency flake8 to v5 2022-08-15 10:04:29 +00:00
renovate[bot]
1b7f2784fa
chore(deps) Update dependency eslint to v8.22.0 2022-08-15 10:04:19 +00:00
Ruan Bahia
a3ccc1974c fix(formatter): fix IndexError while adding indentation to attributes
solves issue with boolean attributes at the start of tags.
closes #290
2022-08-04 23:51:09 -03:00
sur.la.route
045de4a224
Merge pull request #325 from Riverside-Healthcare/dev 2022-08-02 13:46:42 -05:00
Christopher Pickering
40fdd8c647
docs(docs): added meta tag 2022-08-02 13:26:56 -05:00
semantic-release-bot
f29cb66a36 chore(release): 1.9.4 [skip ci]
## [1.9.4](https://github.com/Riverside-Healthcare/djLint/compare/v1.9.3...v1.9.4) (2022-08-02)

### Bug Fixes

* **requirements:** removed optional deps from requirements section. Cleaned up tox ([237e844](237e84464c)), closes [#322](https://github.com/Riverside-Healthcare/djLint/issues/322)
2022-08-02 16:49:20 +00:00
sur.la.route
a6977ef2bb
Merge pull request #324 from Riverside-Healthcare/dev 2022-08-02 11:48:19 -05:00
Christopher Pickering
1111a42a50
added tox poetry 2022-08-02 10:29:15 -05:00
Christopher Pickering
237e84464c
fix(requirements): removed optional deps from requirements section. Cleaned up tox
Some flake8 is not compatible with other versions, so some flake tools are disabled until those
packages are updated.

closes #322
2022-08-02 10:13:02 -05:00
sur.la.route
4469bde459
Merge pull request #323 from jayvdb/spelling 2022-08-02 09:18:46 -05:00
John Mark Vandenberg
788715585c Fix spelling 2022-08-02 06:27:29 +08:00
semantic-release-bot
b4c835ca21 chore(release): 1.9.3 [skip ci]
## [1.9.3](https://github.com/Riverside-Healthcare/djLint/compare/v1.9.2...v1.9.3) (2022-08-01)

### Bug Fixes

* **formatter:** fix to prevent formatter from breaking malformed attribute tags ([80263b2](80263b29bd)), closes [#317](https://github.com/Riverside-Healthcare/djLint/issues/317)
* **linter:** disabling linter rules should not disable formatting ([69ef16a](69ef16afa8)), closes [#316](https://github.com/Riverside-Healthcare/djLint/issues/316)
2022-08-01 13:58:20 +00:00
sur.la.route
918edd9b14
Merge pull request #321 from Riverside-Healthcare/dev 2022-08-01 08:49:40 -05:00
sur.la.route
3edf39364a
Merge branch 'master' into dev 2022-08-01 08:10:02 -05:00
sur.la.route
b71afe9682
Merge pull request #319 from Riverside-Healthcare/renovate/pin-dependencies 2022-08-01 08:03:55 -05:00
sur.la.route
d3ce752daa
Merge pull request #318 from Riverside-Healthcare/renovate/attrs-22.x 2022-08-01 08:03:42 -05:00
Christopher Pickering
defee2cfdd
Merge branch 'dev' of github.com:Riverside-Healthcare/djLint into dev 2022-08-01 07:57:53 -05:00
Christopher Pickering
80263b29bd
fix(formatter): fix to prevent formatter from breaking malformed attribute tags
closes #317
2022-08-01 07:56:29 -05:00
renovate[bot]
5e9242b41b
chore(deps) Update dependency attrs to v22 2022-08-01 12:54:27 +00:00
renovate[bot]
feff6b1435
chore(deps) Pin dependency lint-staged to 13.0.3 2022-08-01 12:54:21 +00:00
sur.la.route
d6fd7dd595
Merge pull request #314 from Riverside-Healthcare/renovate/all-minor-patch 2022-08-01 07:53:41 -05:00