Refactor #1
Open
Refactor #1
Annotations
10 errors, 7 warnings, and 2 notices
|
Run cpp-linter/cpp-linter-action@v2
Process completed with exit code 1.
|
|
Run cpp-linter/cpp-linter-action@v2:
src/utils/Compare.cpp#L20
invalid operands to binary expression ('const char *' and 'const_iterator' (aka '_String_view_iterator<std::char_traits<char>>'))
|
|
Run cpp-linter/cpp-linter-action@v2:
src/utils/Compare.cpp#L19
invalid operands to binary expression ('const char *' and 'const_iterator' (aka '_String_view_iterator<std::char_traits<char>>'))
|
|
Run cpp-linter/cpp-linter-action@v2:
src/utils/Compare.cpp#L13
invalid operands to binary expression ('const char *' and 'const_iterator' (aka '_String_view_iterator<std::char_traits<char>>'))
|
|
Run cpp-linter/cpp-linter-action@v2:
src/utils/Compare.cpp#L12
invalid operands to binary expression ('const char *' and 'const_iterator' (aka '_String_view_iterator<std::char_traits<char>>'))
|
|
Run cpp-linter/cpp-linter-action@v2:
src/utils/Compare.cpp#L9
invalid operands to binary expression ('const char *' and 'const_iterator' (aka '_String_view_iterator<std::char_traits<char>>'))
|
|
Run cpp-linter/cpp-linter-action@v2:
src/utils/Compare.cpp#L9
invalid operands to binary expression ('const char *' and 'const_iterator' (aka '_String_view_iterator<std::char_traits<char>>'))
|
|
Run cpp-linter/cpp-linter-action@v2:
src/utils/Compare.cpp#L9
no viable conversion from 'const_iterator' (aka '_String_view_iterator<std::char_traits<char>>') to 'const char *'
|
|
Run cpp-linter/cpp-linter-action@v2:
src/utils/Compare.cpp#L9
no viable conversion from 'const_iterator' (aka '_String_view_iterator<std::char_traits<char>>') to 'const char *'
|
|
Run cpp-linter/cpp-linter-action@v2:
src/core/DocumentData.hpp#L11
'cereal/cereal.hpp' file not found
|
|
Run cpp-linter/cpp-linter-action@v2:
src/ui/MainFrame.cpp#L144
redundant boolean literal in conditional return statement
|
|
Run cpp-linter/cpp-linter-action@v2:
src/ui/MainFrame.cpp#L30
constructor does not initialize these fields: m_toolBar, m_pageListPanel, m_configPanel
|
|
Run cpp-linter/cpp-linter-action@v2:
src/ui/Canvas.cpp#L17
constructor does not initialize these fields: m_glContext
|
|
Run cpp-linter/cpp-linter-action@v2:
src/core/Page.hpp#L41
constructor does not initialize these fields: m_selectAreas
|
|
Run cpp-linter/cpp-linter-action@v2:
src/core/DocumentData.hpp#L46
constructor does not initialize these fields: pages
|
|
Run cpp-linter/cpp-linter-action@v2:
src/core/DocumentData.hpp#L37
constructor does not initialize these fields: crop_lines
|
|
Run cpp-linter/cpp-linter-action@v2:
src/core/DocumentData.hpp#L32
constructor does not initialize these fields: crop_lines
|
|
Run cpp-linter/cpp-linter-action@v2:
src/ui/ConfigPanel.cpp#L0
File src/ui/ConfigPanel.cpp does not conform to Custom style guidelines. (lines 1)
|
|
Run cpp-linter/cpp-linter-action@v2:
src/ui/Canvas.hpp#L0
File src/ui/Canvas.hpp does not conform to Custom style guidelines. (lines 10)
|
Loading