File tree Expand file tree Collapse file tree 4 files changed +129
-209
lines changed Expand file tree Collapse file tree 4 files changed +129
-209
lines changed Original file line number Diff line number Diff line change 759
759
(deps tests/ .ocamlformat )
760
760
(package ocamlformat)
761
761
(action
762
- (with- outputs- to doc_comments- parse- docstrings.mli.output
763
- (run % {bin: ocamlformat} -- parse- docstrings % {dep: tests/ doc_comments.mli}))))
762
+ (with- outputs- to doc_comments- no - parse- docstrings.mli.output
763
+ (run % {bin: ocamlformat} -- no - parse- docstrings -- max - iters = 3 % {dep: tests/ doc_comments.mli}))))
764
764
765
765
(rule
766
766
(alias runtest)
767
767
(package ocamlformat)
768
- (action (diff tests/ doc_comments- parse- docstrings.mli.ref doc_comments- parse- docstrings.mli.output)))
768
+ (action (diff tests/ doc_comments- no - parse- docstrings.mli.ref doc_comments- no - parse- docstrings.mli.output)))
769
769
770
770
(rule
771
771
(deps tests/ .ocamlformat )
Original file line number Diff line number Diff line change
1
+ --no-parse-docstrings
2
+ --max-iters=3
You can’t perform that action at this time.
0 commit comments