delete legacy tml, prep new one for release #17
build.yml
on: push
Matrix: build-ubuntu
Matrix: build-windows
Matrix: clang-tidy
release
0s
Annotations
11 errors and 9 warnings
spelling
Process completed with exit code 2.
|
build-ubuntu (mingw-release)
Process completed with exit code 1.
|
build-windows (msvc-release)
Process completed with exit code 1.
|
clang-tidy (clang-release):
text_mod_loader\file_parser\parse_result.cpp#L14
clang-tidy: variable 'comment_view' of type 'std::string_view' (aka 'basic_string_view<char>') can be declared 'const' (misc-const-correctness)
|
clang-tidy (clang-release):
text_mod_loader\file_parser\filtertool_parser.cpp#L17
clang-tidy: use a ranges version of this algorithm (modernize-use-ranges)
|
clang-tidy (clang-release):
text_mod_loader\file_parser\filtertool_parser.cpp#L20
clang-tidy: variable 'trimmed' of type 'std::string_view' (aka 'basic_string_view<char>') can be declared 'const' (misc-const-correctness)
|
clang-tidy (clang-release):
text_mod_loader\file_parser\filtertool_parser.cpp#L24
clang-tidy: variable 'category_name' of type 'CaseInsensitiveStringView' can be declared 'const' (misc-const-correctness)
|
clang-tidy (clang-release):
text_mod_loader\file_parser\blcm_parser.cpp#L45
clang-tidy: variable 'category_name' of type 'CaseInsensitiveStringView' can be declared 'const' (misc-const-correctness)
|
clang-tidy (clang-release):
text_mod_loader\file_parser\main.cpp#L47
clang-tidy: variable 'line_view' of type 'CaseInsensitiveStringView' can be declared 'const' (misc-const-correctness)
|
clang-tidy (clang-release):
text_mod_loader\file_parser\util.cpp#L63
clang-tidy: variable 'first_word' of type 'CaseInsensitiveStringView' can be declared 'const' (misc-const-correctness)
|
clang-tidy (clang-release)
Found 7 clang-tidy issues
|
spelling:
text_mod_loader/file_parser/main.cpp#L38
"Aproximately" should be "Approximately".
|
spelling:
text_mod_loader/hotfixes.py#L26
"corosponds" should be "corresponds".
|
spelling:
text_mod_loader/blimp.py#L4
"intepreter" should be "interpreter".
|
spelling:
text_mod_loader/loader.py#L22
"seperated" should be "separated".
|
spelling:
text_mod_loader/loader.py#L142
"explict" should be "explicit".
|
spelling:
text_mod_loader/Readme.md#L18
"Intepretation" should be "Interpretation".
|
spelling:
text_mod_loader/Readme.md#L54
"Inital" should be "Initial".
|
ruff
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
pyright
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|