Skip to content

Commit

Permalink
deploy: 1e7c6e0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kakadu committed Jul 28, 2024
1 parent 23bee8d commit a63ee96
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions api/reviewer/_doc-dir/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
- Add command line switch '-skip-level-allow <bool>' to enable/disable lints
with level=Allow. False has higher priority than per-lint command line switch
(for example, `-no-string_concat`)
- Add check for configuration file '.zanuda' in CWD.
- #22: Add 'reviewer' tool to report lint's a Github review.
(contributed by @s-khechnev)
- Expose library to parse DIFF format. It is available as 'zanuda.diff_parser' ocamlfind package.
- #23: Implement a trial version of the Fix module for auto-correction of lints
(contributed by @Artem-Rzhankoff)
- #28: Add lint about nested if expressions.
Expand All @@ -30,13 +30,14 @@
* We [need to](https://github.com/ocaml/dune/issues/9724) do 'dune build @check' to generate all required `cmt` files.
- #56: Simplify lint about license. We look for required doc-comments anywhere in the file,
not only in the beginning.
- #60: Skip mutability check for some source files (configured via '.zanuda').

### Changed

- #15: Split 'string_concat' lint to check separately patterns 'a^b^c' (level=Allow) and 'List.fold_left (^)' (level=Warn).
(reported by @edwintorok)
- #16: Calculate test coverage.
- The lint 'mutable_hashtables' now check for mutability in general: references, mutable record fields, etc.
- The lint 'mutability_check' now checks for mutability in general: references, mutable record fields, etc.


## 1.0.0 (24-03-2023)
Expand Down
5 changes: 3 additions & 2 deletions api/zanuda/_doc-dir/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
- Add command line switch '-skip-level-allow <bool>' to enable/disable lints
with level=Allow. False has higher priority than per-lint command line switch
(for example, `-no-string_concat`)
- Add check for configuration file '.zanuda' in CWD.
- #22: Add 'reviewer' tool to report lint's a Github review.
(contributed by @s-khechnev)
- Expose library to parse DIFF format. It is available as 'zanuda.diff_parser' ocamlfind package.
- #23: Implement a trial version of the Fix module for auto-correction of lints
(contributed by @Artem-Rzhankoff)
- #28: Add lint about nested if expressions.
Expand All @@ -30,13 +30,14 @@
* We [need to](https://github.com/ocaml/dune/issues/9724) do 'dune build @check' to generate all required `cmt` files.
- #56: Simplify lint about license. We look for required doc-comments anywhere in the file,
not only in the beginning.
- #60: Skip mutability check for some source files (configured via '.zanuda').

### Changed

- #15: Split 'string_concat' lint to check separately patterns 'a^b^c' (level=Allow) and 'List.fold_left (^)' (level=Warn).
(reported by @edwintorok)
- #16: Calculate test coverage.
- The lint 'mutable_hashtables' now check for mutability in general: references, mutable record fields, etc.
- The lint 'mutability_check' now checks for mutability in general: references, mutable record fields, etc.


## 1.0.0 (24-03-2023)
Expand Down

0 comments on commit a63ee96

Please sign in to comment.