blob: 8e1ee0241758ceba17690bdb81741b4abb88494c [file] [edit]
#!/bin/bash
# Copyright 2026 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
#### CATEGORY=Source tree
### DEPRECATED: use `fx lint` instead
source "$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)"/../lib/vars.sh || exit $?
fx-warn "\`fx contrib lint\` is deprecated; please use \`fx lint\` directly."
fx-command-run lint "$@"