Skip to content

Commit 3945890

Browse files
authored
Merge pull request #174 from aminya/gcc-13 [skip ci]
2 parents 615b5f7 + 9c18ad8 commit 3945890

32 files changed

+998
-775
lines changed

.eslintrc.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
{
22
"extends": "eslint-config-atomic",
3-
"ignorePatterns": ["dist/", "node_modules/", "dev/cpp_vcpkg_project"]
3+
"ignorePatterns": ["dist/", "node_modules/", "dev/cpp_vcpkg_project"],
4+
"rules": {
5+
"no-unused-vars": "off",
6+
"@typescript-eslint/no-unused-vars": [
7+
"warn",
8+
{
9+
"argsIgnorePattern": "^_",
10+
"varsIgnorePattern": "^_",
11+
"caughtErrorsIgnorePattern": "^_",
12+
"destructuredArrayIgnorePattern": "^_"
13+
}
14+
]
15+
}
416
}

cspell.config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ ignorePaths:
1212
words:
1313
- aarch
1414
- clangd
15+
- Trofimovich
16+
- cobertura
1517
- aminya
1618
- applellvm
1719
- bazel

dist/node12/actions_python.9a1ee818.js renamed to dist/node12/actions_python.1be1bd7d.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/node12/actions_python.1be1bd7d.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/node12/actions_python.9a1ee818.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/node12/setup-cpp.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/node12/setup-cpp.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/node16/actions_python.e9b4bbb3.js renamed to dist/node16/actions_python.a901685e.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/node16/actions_python.a901685e.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/node16/actions_python.e9b4bbb3.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)