Skip to content

Commit

Permalink
Add comment to lint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed May 15, 2024
1 parent 16b4a04 commit 6816c4e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ for FLAGS in "--lib general --lib supplementary $RESTRICTIONS_AS_FLAGS" '--lib c
echo "DYLINT_RUSTFLAGS='$DYLINT_RUSTFLAGS'"

# smoelius: All libraries must be named to enable their respective `cfg_attr`.
# smoelius: For this reason, `overscoped_allow` cannot be run with `--git` or `--path`, like I
# had hoped.
COMMAND="$CARGO_DYLINT dylint $FLAGS --lib overscoped_allow -- --all-features --tests"

for DIR in $DIRS; do
Expand Down

0 comments on commit 6816c4e

Please sign in to comment.