Skip to content

Commit 1fa67b9

Browse files
committed
skip linting
1 parent 2103b92 commit 1fa67b9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

packages/gapic-generator/noxfile.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -717,6 +717,15 @@ def lint(session):
717717
Returns a failure if the linters find linting errors or sufficiently
718718
serious code quality issues.
719719
"""
720+
721+
# SKIP: This session was not enforced in the standalone (split) repo
722+
# and is disabled here to ensure a "move-only" migration.
723+
# See: https://github.com/googleapis/google-cloud-python/issues/16186
724+
session.skip(
725+
"Linting was not enforced in the split repo. "
726+
"Skipping now to avoid changing code during migration. See Issue #16186"
727+
)
728+
720729
session.install("flake8", RUFF_VERSION)
721730

722731
# 2. Check formatting

0 commit comments

Comments
 (0)