Commit graph

201 commits

Author SHA1 Message Date
sur.la.route
ce999022a6
Create issues.yml 2021-10-04 15:54:01 +02:00
Christopher Pickering
94113a85e4
fixed lint 2021-10-04 15:29:07 +02:00
Christopher Pickering
35474de863
added option for custom rules file 2021-10-04 15:26:22 +02:00
Christopher Pickering
07a812ee1d
split alt from H006 to H013, closes #47 2021-10-04 14:41:07 +02:00
Christopher Pickering
b24cc81875
updated version 2021-10-04 13:33:52 +02:00
Christopher Pickering
bdc3645415
added rule H019. Closes #45, Closes #43 2021-10-04 13:32:56 +02:00
Christopher Pickering
d01f866a29
updated regex to require a tag name before looking for attribute =. Closes #46 2021-10-04 13:11:12 +02:00
Christopher Pickering
9ab51a115a
split regex for H011 for meta tags. closes #44 2021-10-04 13:07:41 +02:00
Christopher Pickering
2ec6e2900d
updated version 2021-10-04 11:59:34 +02:00
Christopher Pickering
1bcff422db
close #41, close #39. Add option to ignore blocks. 2021-10-04 11:58:02 +02:00
Christopher Pickering
aaf1e2dea8
fixed H012 regex and added test. Closes #40 2021-10-04 11:20:06 +02:00
Christopher Pickering
dd5a54c9d7
fixed H012 regex and added test. Closes #40 2021-10-04 11:19:51 +02:00
Christopher Pickering
fec87e27f0
fixed H011 regex to only search valid html tags. Closes #38 2021-10-04 11:12:04 +02:00
Christopher Pickering
c95574b568
updated regex for H011, closes #37 2021-10-04 10:51:54 +02:00
Christopher Pickering
849648a8d6
fixed regex for colgroup. closes #36 2021-10-04 10:24:58 +02:00
Christopher Pickering
92872bc53c
fixed #35 2021-10-01 11:51:53 +02:00
sur.la.route
324582c581
Merge pull request #33 from yaegassy/chore/doc-and-help
chore: adjust docs and help for rule name changes
2021-10-01 11:46:44 +02:00
Christopher Pickering
722fe181f9
fixed #34 2021-10-01 11:08:52 +02:00
yaegassy
9e2e99f370 chore: adjust docs and help for rule name changes 2021-10-01 16:40:41 +09:00
Christopher Pickering
2e094e671c
updated version 2021-09-30 14:31:16 +02:00
sur.la.route
6fc9cf45d7
Merge pull request #32 from matthiask/mk/no-source-indent
Do not indent the <source> element, it does not permit content
2021-09-30 14:29:54 +02:00
Christopher Pickering
3c71f5b7f1
added source to single line tags 2021-09-30 14:28:40 +02:00
Matthias Kestenholz
b37cb25792 Do not indent the <source> element, it does not permit content 2021-09-30 14:24:34 +02:00
Christopher Pickering
698a6b4539
updated version 2021-09-30 10:30:54 +02:00
Christopher Pickering
cd8594896f
fixed lint 2021-09-30 10:29:44 +02:00
Christopher Pickering
310e85ba33
closes #31 2021-09-30 10:25:34 +02:00
Christopher Pickering
c3b21323ea
closes #30, closes #28 2021-09-30 10:02:05 +02:00
Christopher Pickering
29ae9cfda4
updated indentation to indent start of ignored blocks 2021-09-29 14:44:39 +02:00
Christopher Pickering
b00e51488a
closes #29 2021-09-28 13:42:13 +02:00
Christopher Pickering
8f78e1964b
closes #29 2021-09-28 13:04:04 +02:00
Christopher Pickering
fbf6cc10b0
Merge branch 'master' of github.com:Riverside-Healthcare/djLint 2021-09-28 08:45:44 +02:00
Christopher Pickering
61c7f66cc8
removed unused comment 2021-09-28 08:45:28 +02:00
Sean-Pickering
6cafd3fe0c
Merge pull request #27 from yaegassy/fix/broken-link-documentation
fix: broken link "djlint documentation" in README
2021-09-24 08:03:26 -05:00
yaegassy
2489d55f23 fix: broken link "djlint documentation" in README 2021-09-24 10:22:57 +09:00
Christopher Pickering
a6fc08c706
added feature, updated version 2021-09-23 10:19:11 +02:00
sur.la.route
952da8e796 Update issue templates 2021-09-23 09:57:02 +02:00
Christopher Pickering
13b65064bb
updated version 2021-09-22 08:58:19 +02:00
sur.la.route
e828aeb286
Merge pull request #25 from matthiask/mk/multiple-src
Allowed more than one path at a time
2021-09-22 08:57:15 +02:00
Christopher Pickering
a577817b41
fixed stdin check 2021-09-22 08:54:28 +02:00
Matthias Kestenholz
e23dc60ad7 Allowed more than one path at a time 2021-09-21 20:15:25 +02:00
Christopher Pickering
bc139ea650
updated version 2021-09-21 13:10:55 +02:00
Christopher Pickering
b4c39a85b7
merged 2021-09-21 13:10:24 +02:00
Christopher Pickering
9d222a4873
started 0.4.0 release 2021-09-21 13:10:00 +02:00
sur.la.route
229c9c7317
Merge pull request #24 from matthiask/mk/exclude
Fixed #22: Added configuration options to define excluded paths
2021-09-21 13:09:27 +02:00
Matthias Kestenholz
cf7ce737ef Make mypy happy 2021-09-21 13:05:49 +02:00
Matthias Kestenholz
e8f4b71966 Remove one walrus 2021-09-21 13:05:16 +02:00
Matthias Kestenholz
abba002433 Fixed #22: Added configuration options to define excluded paths 2021-09-21 13:02:33 +02:00
sur.la.route
7a48faf09b
Merge pull request #21 from matthiask/mk/failing-test
Failing test: HTML tags inside Django oneline comments should be ignored
2021-09-21 12:53:45 +02:00
Christopher Pickering
0da7612809
fixed issue with dj inline commments begin split up 2021-09-21 12:50:35 +02:00
sur.la.route
05b3eb0c99
Merge pull request #23 from matthiask/mk/indent-figcaption-details-and-summary
Added figcaption, details and summary to the list of tags to indent
2021-09-21 12:10:54 +02:00