Create Longest_Substring_Without_Repeating_Characters.cpp #44
linting.yml
on: pull_request
checkout
8s
c-cpp-linter
/
c-cpp-linter
22s
javascript-linter
/
eslint
python-linter
/
python-linter
other-linter
0s
Annotations
1 error, 3 warnings, and 1 notice
c-cpp-linter / c-cpp-linter
Process completed with exit code 1.
|
checkout
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
checkout
The `python-version` input is not set. The version of Python currently in `PATH` will be used.
|
c-cpp-linter / c-cpp-linter
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run clang-format on Solved-Problems/Longest_Substring_Without_Repeating_Characters/Longest_Substring_Without_Repeating_Characters.cpp:
Solved-Problems/Longest_Substring_Without_Repeating_Characters/Longest_Substring_Without_Repeating_Characters.cpp#L1
File Solved-Problems/Longest_Substring_Without_Repeating_Characters/Longest_Substring_Without_Repeating_Characters.cpp does not conform to Custom style guidelines. (lines 1, 6, 7, 8, 9, 10, 12, 13, 15, 16, 17, 18, 20, 21, 23, 24, 25, 29, 30, 31, 32, 34, 35, 44, 49, 55)
|