Skip to content

Commit 20cbb73

Browse files
rjboukit-ty-kate
andauthored
Apply suggestions from code review
Co-authored-by: Kate <kit-ty-kate@outlook.com>
1 parent 99a404c commit 20cbb73

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

master_changes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ users)
6060
## Source
6161

6262
## Lint
63-
* [NEW] Add W74 to detect `pin-depends` packages that are not present in `depends` nor `depopts` field [#6317 @rjbou - fix #5795]
63+
* [NEW] Add W74 to detect `pin-depends` packages that are neither present in the `depends` nor `depopts` field [#6317 @rjbou - fix #5795]
6464

6565
## Repository
6666
* Accurately tag `curl` download command when loaded from global config file [#6270 @rjbou]

src/state/opamFileTools.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1109,7 +1109,7 @@ let t_lint ?check_extra_files ?(check_upstream=false) ?(all=false) t =
11091109
|> List.map OpamPackage.Name.to_string
11101110
in
11111111
cond 74 `Warning
1112-
"Field 'pin-depends' contains packages that are not in 'depends' nor in \
1112+
"Field 'pin-depends' contains packages that are neither in 'depends' nor in \
11131113
'depopts'"
11141114
~detail:missing
11151115
(missing <> []));

0 commit comments

Comments
 (0)