Skip to content

Add option to start interactive server for Parser dialect conversion #1180

Add option to start interactive server for Parser dialect conversion

Add option to start interactive server for Parser dialect conversion #1180

Triggered via pull request January 27, 2025 10:33
Status Success
Total duration 2m 10s
Artifacts

linter.yml

on: pull_request
Matrix: cpp-linter
Fit to window
Zoom out
Zoom in

Annotations

1 error, 8 warnings, and 4 notices
include/vast/server/server.hpp:385:13 [clang-diagnostic-ctad-maybe-unsupported]: include/vast/server/server.hpp#L385
'std::unique_lock' may not intend to support class template argument deduction
include/vast/server/sync_collections.hpp:32:13 [clang-diagnostic-ctad-maybe-unsupported]: include/vast/server/sync_collections.hpp#L32
'std::lock_guard' may not intend to support class template argument deduction
include/vast/server/sync_collections.hpp:40:13 [clang-diagnostic-ctad-maybe-unsupported]: include/vast/server/sync_collections.hpp#L40
'std::lock_guard' may not intend to support class template argument deduction
include/vast/server/sync_collections.hpp:46:13 [clang-diagnostic-ctad-maybe-unsupported]: include/vast/server/sync_collections.hpp#L46
'std::unique_lock' may not intend to support class template argument deduction
include/vast/server/sync_collections.hpp:73:13 [clang-diagnostic-ctad-maybe-unsupported]: include/vast/server/sync_collections.hpp#L73
'std::lock_guard' may not intend to support class template argument deduction
include/vast/server/sync_collections.hpp:81:13 [clang-diagnostic-ctad-maybe-unsupported]: include/vast/server/sync_collections.hpp#L81
'std::lock_guard' may not intend to support class template argument deduction
include/vast/server/sync_collections.hpp:88:13 [clang-diagnostic-ctad-maybe-unsupported]: include/vast/server/sync_collections.hpp#L88
'std::lock_guard' may not intend to support class template argument deduction
include/vast/server/sync_collections.hpp:94:13 [clang-diagnostic-ctad-maybe-unsupported]: include/vast/server/sync_collections.hpp#L94
'std::unique_lock' may not intend to support class template argument deduction
Run clang-format on include/vast/server/io.hpp: include/vast/server/io.hpp#L1
File include/vast/server/io.hpp does not conform to Custom style guidelines. (lines 5, 27, 30, 70, 79, 88, 97, 99, 100)
Run clang-format on include/vast/server/types.hpp: include/vast/server/types.hpp#L1
File include/vast/server/types.hpp does not conform to Custom style guidelines. (lines 14, 15, 16, 19, 20, 25, 29, 34, 115, 122)
Run clang-format on include/vast/server/util.hpp: include/vast/server/util.hpp#L1
File include/vast/server/util.hpp does not conform to Custom style guidelines. (lines 21, 27, 28, 39)
Run clang-format on lib/vast/Conversion/Parser/ToParser.cpp: lib/vast/Conversion/Parser/ToParser.cpp#L1
File lib/vast/Conversion/Parser/ToParser.cpp does not conform to Custom style guidelines. (lines 81, 110, 111, 113, 120, 128, 130, 134, 135, 137, 139, 141, 148, 152, 156, 158, 162, 168, 172, 173, 176, 179, 181, 186, 192, 195, 258, 260, 268, 405, 406, 417, 677, 845, 863, 891, 895)