- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Test data path like ".*/testdata/.*" 107 files: tests/functional/testdata/__init__.py tests/functional/testdata/cwd.py tests/functional/testdata/workflows/__init__.py tests/functional/testdata/workflows/hello_workflow/__init__.py tests/functional/testdata/workflows/hello_workflow/write_hello.py tests/integration/workflows/dotnet_clipackage/testdata/WithDefaultsFile3.1/WithDefaultsFile.csproj tests/integration/workflows/dotnet_clipackage/testdata/WithDefaultsFile3.1/Function.cs tests/integration/workflows/dotnet_clipackage/testdata/WithDefaultsFile3.1/aws-lambda-tools-defaults.json tests/integration/workflows/dotnet_clipackage/testdata/WithDefaultsFile2.1/WithDefaultsFile.csproj tests/integration/workflows/dotnet_clipackage/testdata/WithDefaultsFile2.1/Function.cs tests/integration/workflows/dotnet_clipackage/testdata/WithDefaultsFile2.1/aws-lambda-tools-defaults.json tests/integration/workflows/dotnet_clipackage/testdata/RequireParameters/RequireParameters.cs tests/integration/workflows/dotnet_clipackage/testdata/RequireParameters/RequireParameters.csproj tests/integration/workflows/go_modules/testdata/with-deps/go.mod tests/integration/workflows/go_modules/testdata/with-deps/main.go tests/integration/workflows/go_modules/testdata/broken-deps/go.mod tests/integration/workflows/go_modules/testdata/broken-deps/main.go tests/integration/workflows/go_modules/testdata/no-deps/go.mod tests/integration/workflows/go_modules/testdata/no-deps/main.go tests/integration/workflows/custom_make/testdata/makefile-root/__init__.py tests/integration/workflows/custom_make/testdata/makefile-root/main.py tests/integration/workflows/custom_make/testdata/makefile-root/requirements-requests.txt tests/integration/workflows/python_pip/testdata/__init__.py tests/integration/workflows/python_pip/testdata/local-dependencies/src/local_package/__init__.py tests/integration/workflows/python_pip/testdata/local-dependencies/src/local_package/entrypoint.py tests/integration/workflows/python_pip/testdata/local-dependencies/setup.py tests/integration/workflows/python_pip/testdata/local-dependencies/setup.cfg tests/integration/workflows/python_pip/testdata/requirements-numpy.txt tests/integration/workflows/python_pip/testdata/requirements-invalid.txt tests/integration/workflows/python_pip/testdata/main.py tests/integration/workflows/java_maven/testdata/single-build/with-deps/pom.xml tests/integration/workflows/java_maven/testdata/single-build/with-deps/src/main/java/aws/lambdabuilders/Main.java tests/integration/workflows/java_maven/testdata/single-build/with-deps/src/main/resources/some_data.txt tests/integration/workflows/java_maven/testdata/single-build/with-deps-broken/pom.xml tests/integration/workflows/java_maven/testdata/single-build/with-deps-broken/src/main/java/aws/lambdabuilders/Main.java tests/integration/workflows/java_maven/testdata/single-build/no-deps/pom.xml tests/integration/workflows/java_maven/testdata/single-build/no-deps/src/main/java/aws/lambdabuilders/Main.java tests/integration/workflows/java_maven/testdata/single-build/no-deps/src/main/resources/some_data.txt tests/integration/workflows/nodejs_npm/testdata/no-manifest/app.js tests/integration/workflows/nodejs_npm/testdata/npm-deps/package.json tests/integration/workflows/nodejs_npm/testdata/npm-deps/excluded.js tests/integration/workflows/nodejs_npm/testdata/npm-deps/included.js tests/integration/workflows/nodejs_npm/testdata/no-deps-esbuild/package.json tests/integration/workflows/nodejs_npm/testdata/no-deps-esbuild/excluded.js tests/integration/workflows/nodejs_npm/testdata/no-deps-esbuild/.gitignore tests/integration/workflows/nodejs_npm/testdata/no-deps-esbuild/included.js tests/integration/workflows/nodejs_npm/testdata/esbuild-binary/package.json tests/integration/workflows/nodejs_npm/testdata/esbuild-binary/package-lock.json tests/integration/workflows/nodejs_npm/testdata/broken-deps/package.json tests/integration/workflows/nodejs_npm/testdata/broken-deps/excluded.js tests/integration/workflows/nodejs_npm/testdata/broken-deps/included.js tests/integration/workflows/nodejs_npm/testdata/with-deps-esbuild-typescript/included.ts tests/integration/workflows/nodejs_npm/testdata/with-deps-esbuild-typescript/package.json tests/integration/workflows/nodejs_npm/testdata/with-deps-esbuild-typescript/package-lock.json tests/integration/workflows/nodejs_npm/testdata/no-deps/package.json tests/integration/workflows/nodejs_npm/testdata/no-deps/excluded.js tests/integration/workflows/nodejs_npm/testdata/no-deps/included.js tests/integration/workflows/nodejs_npm/testdata/npmrc/.npmrc tests/integration/workflows/nodejs_npm/testdata/npmrc/package.json tests/integration/workflows/nodejs_npm/testdata/npmrc/excluded.js tests/integration/workflows/nodejs_npm/testdata/npmrc/included.js tests/integration/workflows/nodejs_npm/testdata/excluded-files/package.json tests/integration/workflows/nodejs_npm/testdata/excluded-files/included.js tests/integration/workflows/nodejs_npm/testdata/with-deps-esbuild-multiple-entrypoints/package.json tests/integration/workflows/nodejs_npm/testdata/with-deps-esbuild-multiple-entrypoints/excluded.js tests/integration/workflows/nodejs_npm/testdata/with-deps-esbuild-multiple-entrypoints/.gitignore tests/integration/workflows/nodejs_npm/testdata/with-deps-esbuild-multiple-entrypoints/included.js tests/integration/workflows/nodejs_npm/testdata/with-deps-esbuild-multiple-entrypoints/included2.js tests/integration/workflows/nodejs_npm/testdata/with-deps-esbuild/package.json tests/integration/workflows/nodejs_npm/testdata/with-deps-esbuild/excluded.js tests/integration/workflows/nodejs_npm/testdata/with-deps-esbuild/included.js tests/integration/workflows/nodejs_npm/testdata/with-deps-esbuild/package-lock.json tests/integration/workflows/nodejs_npm/testdata/broken-package/package.json tests/integration/workflows/nodejs_npm/testdata/broken-package/excluded.js tests/integration/workflows/nodejs_npm/testdata/broken-package/included.js tests/integration/workflows/ruby_bundler/testdata/excludes-gemfile/handler.rb tests/integration/workflows/ruby_bundler/testdata/with-deps/handler.rb tests/integration/workflows/ruby_bundler/testdata/broken-deps/handler.rb tests/integration/workflows/ruby_bundler/testdata/no-deps/handler.rb tests/integration/workflows/ruby_bundler/testdata/excluded-files/handler.rb tests/integration/workflows/java_gradle/testdata/multi-build/with-deps-inter-module/lambda2/src/main/java/aws/lambdabuilders/Lambda2_Main.java tests/integration/workflows/java_gradle/testdata/multi-build/with-deps-inter-module/lambda2/build.gradle tests/integration/workflows/java_gradle/testdata/multi-build/with-deps-inter-module/lambda1/src/main/java/aws/lambdabuilders/Lambda1_Main.java tests/integration/workflows/java_gradle/testdata/multi-build/with-deps-inter-module/lambda1/build.gradle tests/integration/workflows/java_gradle/testdata/multi-build/with-deps-inter-module/common/src/main/java/aws/lambdabuilders/Foo.java tests/integration/workflows/java_gradle/testdata/multi-build/with-deps-inter-module/common/build.gradle tests/integration/workflows/java_gradle/testdata/multi-build/with-deps-inter-module/settings.gradle tests/integration/workflows/java_gradle/testdata/multi-build/with-deps-inter-module/build.gradle tests/integration/workflows/java_gradle/testdata/multi-build/with-deps/lambda2/src/main/java/aws/lambdabuilders/Lambda2_Main.java tests/integration/workflows/java_gradle/testdata/multi-build/with-deps/lambda2/build.gradle tests/integration/workflows/java_gradle/testdata/multi-build/with-deps/lambda1/src/main/java/aws/lambdabuilders/Lambda1_Main.java tests/integration/workflows/java_gradle/testdata/multi-build/with-deps/lambda1/build.gradle tests/integration/workflows/java_gradle/testdata/multi-build/with-deps/settings.gradle tests/integration/workflows/java_gradle/testdata/multi-build/with-deps/build.gradle tests/integration/workflows/java_gradle/testdata/single-build/with-deps/src/main/java/aws/lambdabuilders/Main.java tests/integration/workflows/java_gradle/testdata/single-build/with-deps/build.gradle tests/integration/workflows/java_gradle/testdata/single-build/with-resources/src/main/java/aws/lambdabuilders/Main.java tests/integration/workflows/java_gradle/testdata/single-build/with-resources/src/main/resources/some_data.txt tests/integration/workflows/java_gradle/testdata/single-build/with-resources/build.gradle tests/integration/workflows/java_gradle/testdata/single-build/with-deps-broken/src/main/java/aws/lambdabuilders/Main.java tests/integration/workflows/java_gradle/testdata/single-build/with-deps-broken/build.gradle tests/integration/workflows/java_gradle/testdata/single-build/with-deps-gradlew/gradle/wrapper/gradle-wrapper.properties tests/integration/workflows/java_gradle/testdata/single-build/with-deps-gradlew/src/main/java/aws/lambdabuilders/Main.java tests/integration/workflows/java_gradle/testdata/single-build/with-deps-gradlew/gradlew.bat tests/integration/workflows/java_gradle/testdata/single-build/with-deps-gradlew/build.gradle tests/integration/workflows/java_gradle/testdata/single-build/with-test-deps/src/main/java/aws/lambdabuilders/Main.java tests/integration/workflows/java_gradle/testdata/single-build/with-test-deps/build.gradle - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Hidden files and folders path like ".*/[.][a-zA-Z0-9_]+.*" 8 files: .github/PULL_REQUEST_TEMPLATE.md .github/ISSUE_TEMPLATE.md .github/workflows/pr-labeler.yml .github/workflows/README.md .github/labeler.yml .pre-commit-config.yaml .gitignore .appveyor.yml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Text files path like ".*[.]txt" 3 files: requirements/python_pip.txt requirements/dev.txt requirements/base.txt - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Sokrates scoping conventions path like ".*/sokrates_conventions[.]json" 1 files: sokrates_conventions.json - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Git history path like ".*/git[-]history[.]txt" 1 files: git-history.txt - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -