Commit Graph

7191 Commits

Author SHA1 Message Date
Brian Hicks
8a28b33b2c
apply prettier styling suggestions
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-05-31 17:29:02 -05:00
Brian Hicks
1ba6b7eee5
add formatting in script to diffs script 2023-05-31 17:28:26 -05:00
Brian Hicks
f736aec261
use absolute paths in all tests 2023-05-31 17:28:26 -05:00
Brian Hicks
d81e7648d4
pass a managed file path instead of macroing it 2023-05-31 17:28:26 -05:00
Brian Hicks
3805666394
validate that the root and index.html exist 2023-05-31 17:28:26 -05:00
Brian Hicks
805580dcbd
say what the error was if we get one 2023-05-31 17:28:26 -05:00
Brian Hicks
3dcfb9100a
correct glob that wouldn't match anything
Co-authored-by: Caique Figueiredo <caiquefig95@gmail.com>
2023-05-30 11:54:04 -05:00
Brian Hicks
ba57041eed
upgrade elm-review 2023-05-26 08:18:30 -05:00
Brian Hicks
f9564bb9b3
allow specifying where to get the elm-test binary 2023-05-24 15:15:33 -05:00
Brian Hicks
011bad69df
add elm-test to node packages temporarily 2023-05-24 15:10:02 -05:00
Brian Hicks
d046c17097
test with elm-test 2023-05-24 15:07:37 -05:00
Brian Hicks
39981f0ec6
upgrade elm-explorations/test and avh4/elm-program-test 2023-05-17 11:57:49 -05:00
Brian Hicks
5ebeb3a03e
update nixpkgs 2023-05-17 11:49:12 -05:00
Brian Hicks
93ad35f49d
Merge pull request #1392 from NoRedInk/wat-prettier-markdown
enforce Prettier formatting in Markdown and HTML
2023-05-10 18:50:12 -05:00
Brian Hicks
d40550847f
mention formatting 2023-05-10 09:00:57 -05:00
Brian Hicks
6e8ee216ca
🎨 2023-05-10 08:44:49 -05:00
Brian Hicks
93c45f5f7b
add prettier diffs for HTML files 2023-05-10 08:44:46 -05:00
Brian Hicks
a2389224c0
🎨 2023-05-10 08:36:55 -05:00
Brian Hicks
f75ba6a7c9
add prettier diffs for Markdown files 2023-05-10 08:36:51 -05:00
Christoph Hermann
52714ce8f5
Merge pull request #1391 from NoRedInk/wat-597-enforce-prettier-in-all-javascript-files
enforce Prettier in all JavaScript files with Buck
2023-05-10 08:33:41 +02:00
Brian Hicks
2581998605
restore proper formatting using the robot's suggestion
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-05-09 15:15:52 -05:00
Brian Hicks
30f276e70b
unify comment 2023-05-09 15:13:01 -05:00
Brian Hicks
eb67291513
add targets for format linting 2023-05-09 14:57:46 -05:00
Brian Hicks
c6c4f86527
intentionally introduce an error to test CI 2023-05-09 14:54:10 -05:00
Brian Hicks
02c2385c18
we don't need to load a directory of diffs after all 2023-05-09 14:54:01 -05:00
Brian Hicks
76e890558a
make a prettier_diffs rule that works like elm_format_diffs 2023-05-09 14:51:39 -05:00
Brian Hicks
66ec0c7680
make diff_to_comment fully generic 2023-05-09 13:39:13 -05:00
Brian Hicks
1edc3268e3
rename elm_format.py to diff_to_comment.py 2023-05-09 13:28:05 -05:00
Brian Hicks
c967a52b2f
add a script to produce prettier diffs 2023-05-09 13:25:59 -05:00
Brian Hicks
a7b0e1d593
pull prettier from node_modules 2023-05-09 13:15:30 -05:00
Brian Hicks
67abb474c3
allow looking up the exe path of a npm_bin 2023-05-09 13:15:20 -05:00
noredinkbot-duet[bot]
05b565096b
Merge #1382
1382: update buck prelude r=ArthurJordao a=BrianHicks

This just updates the buck2 prelude. I used the script to do it. This is a noisy diff but basically is just pulling an update to a vendored dependency.

Co-authored-by: Brian Hicks <brian@brianthicks.com>
2023-05-09 14:16:39 +00:00
Brian Hicks
8341cf88c6
Merge pull request #1388 from NoRedInk/wat-596-enforce-elm-format-in-all-the-elm-files
enforce elm-format with buck2
2023-05-09 05:21:33 -05:00
Brian Hicks
bb82c38d0c
move the script to the script directory for now 2023-05-08 17:39:05 -05:00
Brian Hicks
4132a20c55
exit early if we're all good 2023-05-08 17:35:35 -05:00
Brian Hicks
5b5048c66c
re-enable all the other build steps 2023-05-08 17:00:24 -05:00
Brian Hicks
3c4c0a4021
Apply suggestions from code review
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-05-08 16:53:16 -05:00
Brian Hicks
705f5ae356
don't set startLine equal to line 2023-05-08 16:52:23 -05:00
Brian Hicks
82bb056848
don't add any context 2023-05-08 16:49:25 -05:00
Brian Hicks
8f8bba07d1
calculate the start and end line numbers more accurately 2023-05-08 16:44:07 -05:00
Brian Hicks
05eb548797
clean up a little 2023-05-08 14:30:11 -05:00
Brian Hicks
f18ce377cb
go back to a single context buffer 2023-05-08 14:26:31 -05:00
Brian Hicks
cbed179624
compare the right types 2023-05-08 13:22:07 -05:00
Brian Hicks
b430a001db
count after lines down, not up 2023-05-08 13:14:42 -05:00
Brian Hicks
eefee8befc
print the whole diff if run without any mode 2023-05-08 13:02:28 -05:00
Brian Hicks
32d2905d84
improve how we generate diffs 2023-05-08 13:02:17 -05:00
Brian Hicks
2693cbbcf2
look for empty lines as well as single-character blank ones 2023-05-08 12:47:10 -05:00
celso
80ac152c02
Merge pull request #1389 from NoRedInk/publish-23
Fix Premium Checkbox, Adds Infinite Campus and hoverZIndex for SortableTable
2023-05-08 14:22:48 -03:00
Brian Hicks
367bf6efe0
make the GraphQL queries 2023-05-08 12:19:08 -05:00
Brian Hicks
7356d42594
add a elm-format check without comments for push events 2023-05-08 11:57:53 -05:00