Skip to content

Commit

Permalink
non_module_deps.bzl lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tburgin committed May 6, 2024
1 parent f3352da commit 93e7037
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion non_module_deps.bzl
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
"""Modules for dependencies not included in the Bazel Central Registry"""

load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")

def _non_module_deps_impl(ctx):
def _non_module_deps_impl(_):
# FMDB is used to access SQLite from Objective-C(++) code.
git_repository(
name = "FMDB",
Expand Down

0 comments on commit 93e7037

Please sign in to comment.