LineIdCWESeverityMessage
/home/jbakosi/code/piac/src/cli.cpp
395duplicateCondition398styleThe if condition is the same as the previous if condition
/home/jbakosi/code/piac/src/cli_matrix_thread.cpp
210passedByValue398performanceFunction parameter 'data' should be passed by const reference.
/home/jbakosi/code/piac/src/daemon.cpp
476duplicateCondition398styleThe if condition is the same as the previous if condition
/home/jbakosi/code/piac/src/daemon_p2p_thread.cpp
71constParameter398styleParameter 'my_peers' can be declared with const
/home/jbakosi/code/piac/src/db.cpp
19passedByValue398performanceFunction parameter 'db_name' should be passed by const reference.
/home/jbakosi/code/piac/src/db.hpp
31passedByValue398performanceFunction parameter 'db_name' should be passed by const reference.
/home/jbakosi/code/piac/src/document.hpp
17noConstructor398styleThe class 'Document' does not have a constructor although it has private member variables.