We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08ed824 commit 2ce1494Copy full SHA for 2ce1494
.codacy.yml
@@ -11,6 +11,10 @@ exclude_paths:
11
# Build scripts use subprocess with controlled build-time inputs only
12
- "python/functionstream-runtime/build.py"
13
- "python/functionstream-api/build_package.py"
14
+ # Ignore: apt pin versions, exec (required for Python module loading), pass style
15
+ - "Dockerfile"
16
+ - "python/functionstream-runtime/src/fs_runtime/runner.py"
17
+ - "python/functionstream-client/src/fs_client/exceptions.py"
18
19
# Exclude some code quality checks (during refactoring phase)
20
exclude_patterns:
0 commit comments