This is an automated email from the ASF dual-hosted git repository.
dubeejw pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-openwhisk-utilities.git
The following commit(s) were added to refs/heads/master by this push:
new 7c0572f cleanup: remove unused ASF-Release-v2.cfg (#55)
7c0572f is described below
commit 7c0572f8d859f93a9ef411b0cb52efd042b123fb
Author: David Grove <[email protected]>
AuthorDate: Tue Mar 5 10:17:57 2019 -0500
cleanup: remove unused ASF-Release-v2.cfg (#55)
---
scancode/ASF-Release-v2.cfg | 73 ---------------------------------------------
1 file changed, 73 deletions(-)
diff --git a/scancode/ASF-Release-v2.cfg b/scancode/ASF-Release-v2.cfg
deleted file mode 100644
index 44c94e4..0000000
--- a/scancode/ASF-Release-v2.cfg
+++ /dev/null
@@ -1,73 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one or more
contributor
-# license agreements; and to You under the Apache License, Version 2.0.
-
-# scanCode.py configuration file
-
-# List of filenames containing the text of valid license (headers)
-# These files SHOULD be in the same directory path where scanCode.py
-# resides.
-[Licenses]
-ASFLicenseHeader.txt
-ASFLicenseHeaderBash.txt
-ASFLicenseHeaderHash.txt
-ASFLicenseHeaderLua.txt
-ASFMinifiedLicenseHashHeader.txt
-ASFMinifiedLicenseHeader.txt
-ASFMinifiedLicenseHeaderREM.txt
-
-# Filters (path/filename) with wildcards and associated scan checks
-# that are to be run against them. The checks are actual valid
-# function names found in scanCode.py.
-[Includes]
-*=is_not_symlink
-*.conf=has_block_license, no_trailing_spaces, eol_at_eof
-*.go=has_block_license, no_trailing_spaces, eol_at_eof
-*.gradle=no_tabs, no_trailing_spaces, eol_at_eof
-*.java=no_tabs, has_block_license, no_trailing_spaces, eol_at_eof
-*.js=no_tabs, no_trailing_spaces, eol_at_eof
-*.lua=has_block_license, no_trailing_spaces, eol_at_eof
-*.md=no_tabs, has_block_license, no_trailing_spaces, eol_at_eof
-*.py=no_tabs, no_trailing_spaces, eol_at_eof
-*.scala=has_block_license, no_tabs, no_trailing_spaces, eol_at_eof
-*.sh=has_block_license, no_trailing_spaces, eol_at_eof
-
-# List of paths (inclusive of subdirectories) to exclude from code scanning
-[Excludes]
-# General tooling exclusions
-.tox
-.git
-.github
-.bin
-
-# Go gradle build tool exclusions for created 'vendor' and cache directories
-.gogradle
-vendor
-
-# incubator-openwhisk binary artifact exclusions
-bin
-
-# incubator-openwhisk performance test exclusions
-tests/performance
-
-# Jenkins/test generated reports
-tests/build/reports
-
-# incubator-openwhisk-apigateway exclusions
-lua_install
-tests/lua_modules
-
-# incubator-openwhisk-client-go, incubator-openwhisk-wskdeploy autogenerated
Go files
-wski18n
-
-# Exclude scancode tests that test for bad license headers
-incubator-openwhisk-utilities/scancode/tests/exclude
-
-[Options]
-# Not all code files allow licenses to appear starting at the first character
-# of the file. This option tells the scan to allow licenses to appear starting
-# within first 'x' characters of each code file (as provided by this option's
-# value).
-LICENSE_SLACK_LENGTH=500
-
-# List of regular expressions for forbidden strings, e.g. \[email protected]
-[Regex]