-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump github/super-linter from 5.0.0 to 6 (#846)
Bumps [github/super-linter](https://github.com/github/super-linter) from 5.0.0 to 6. Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Frank Du <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Frank Du <[email protected]>
- Loading branch information
1 parent
4e91d82
commit e69b2a7
Showing
82 changed files
with
1,019 additions
and
660 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.github/linters/.clang-format |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# SPDX-License-Identifier: GPL-2.0 | ||
--- | ||
BasedOnStyle: Google | ||
DerivePointerAlignment: false | ||
ColumnLimit: 90 | ||
AllowShortFunctionsOnASingleLine: None |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
[MASTER] | ||
|
||
# Use multiple processes to speed up Pylint. | ||
jobs=0 | ||
|
||
# Todo: remove all below define to use defaul pylint settings | ||
|
||
[MESSAGES CONTROL] | ||
|
||
# Disable duplicate-code and missing-function-docstring | ||
disable=duplicate-code, | ||
missing-function-docstring, | ||
import-error, | ||
consider-using-with | ||
|
||
[DESIGN] | ||
|
||
# Maximum number of statements in function / method body | ||
max-statements=100 | ||
# Maximum number of locals for function / method body | ||
max-locals=30 | ||
# Maximum number of return / yield for function / method body | ||
max-returns=10 | ||
# Maximum number of characters on a single line. | ||
max-line-length=120 | ||
# Maximum number of branch for function / method body | ||
max-branches=16 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,25 @@ | ||
# Intel® Media Transport Library | ||
|
||
Component: json-c</br> | ||
Repository: "https://github.com/json-c/json-c"</br> | ||
License: "https://github.com/json-c/json-c/wiki#license" | ||
Repository: <https://github.com/json-c/json-c></br> | ||
License: <https://github.com/json-c/json-c/wiki#license> | ||
|
||
Component: OpenSSL</br> | ||
Repository: "https://github.com/openssl/openssl"</br> | ||
License: "https://github.com/openssl/openssl/blob/master/LICENSE.txt" | ||
Repository: <https://github.com/openssl/openssl></br> | ||
License: <https://github.com/openssl/openssl/blob/master/LICENSE.txt> | ||
|
||
Component: googletest</br> | ||
Repository: "https://github.com/google/googletest"</br> | ||
License: "https://github.com/openssl/openssl/blob/master/LICENSE.txt" | ||
Repository: <https://github.com/google/googletest></br> | ||
License: <https://github.com/openssl/openssl/blob/master/LICENSE.txt> | ||
|
||
Component: DPDK</br> | ||
Repository: "https://github.com/DPDK/dpdk"</br> | ||
License: "https://github.com/DPDK/dpdk/blob/main/license/bsd-3-clause.txt" | ||
Repository: <https://github.com/DPDK/dpdk></br> | ||
License: <https://github.com/DPDK/dpdk/blob/main/license/bsd-3-clause.txt> | ||
|
||
Component: Simple DirectMedia Layer (SDL2)</br> | ||
Repository: "https://github.com/libsdl-org"</br> | ||
License: "https://github.com/libsdl-org/SDL/blob/main/LICENSE.txt" | ||
Repository: <https://github.com/libsdl-org></br> | ||
License: <https://github.com/libsdl-org/SDL/blob/main/LICENSE.txt> | ||
|
||
Component: libpcap</br> | ||
Repository: "https://github.com/the-tcpdump-group/libpcap"</br> | ||
License: "https://github.com/the-tcpdump-group/libpcap/blob/master/LICENSE" | ||
Repository: <https://github.com/the-tcpdump-group/libpcap></br> | ||
License: <https://github.com/the-tcpdump-group/libpcap/blob/master/LICENSE> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.