-
Notifications
You must be signed in to change notification settings - Fork 362
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- remove CoreMetrics.FILES metric, plugin no more allowed to set it - remove Directories metric, no more supported by SQ - file extensions must be unique assigned to a plugin: resolve .h conflict with c and cxx plugin - remove folders with XML files from analysis: plugin handling XML files is part of SQ 7.7 now ERROR: Language of file 'PathHandling/PathHandle.h' can not be decided as the file matches patterns of both sonar.lang.patterns.c++ : **/*.cxx,**/*.cpp,**/*.cc,**/*.c,**/*.hxx,**/*.hpp,**/*.hh,**/*.h and sonar.lang.patterns.c : **/*.c,**/*.h make file extension unique: ERROR: Language of file 'tests/unittests/stdafx.h' can not be decided as the file matches patterns of both sonar.lang.patterns.c++ : **/*.cxx,**/*.cpp,**/*.cc,**/*.c,**/*.hxx,**/*.hpp,**/*.hh,**/*.h and sonar.lang.patterns.c : **/*.c,**/*.h
- Loading branch information
Showing
21 changed files
with
22 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
|
||
#pragma once | ||
|
||
#include "targetver.h" | ||
#include "targetver.hh" | ||
|
||
//#include <stdio.h> | ||
//#include <tchar.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
integration-tests/testdata/boosttest_project/tests/unittests/test_component1.cc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
integration-tests/testdata/boosttest_project/tests/unittests/test_failure.cc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
integration-tests/testdata/boosttest_project/tests/unittests/test_nested.cc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#include "stdafx.h" | ||
#include "stdafx.hh" | ||
|
||
#define BOOST_TEST_MAIN | ||
#include <boost/test/unit_test.hpp> | ||
|
2 changes: 1 addition & 1 deletion
2
integration-tests/testdata/boosttest_project/tests/unittests/test_simple.cc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
integration-tests/testdata/boosttest_project/tests/unittests/test_success.cc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...tion-tests/testdata/googletest_bullseye_vs_project/PathHandling.Test/PathHandlingTest.cpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
integration-tests/testdata/googletest_bullseye_vs_project/PathHandling/PathHandle.cpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#include "PathHandle.h" | ||
#include "PathHandle.hpp" | ||
|
||
|
||
PathHandle::PathHandle() | ||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...estdata/googletest_bullseye_vs_project/sonarcpp/externalrules-result/cpplint-result-0.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<results> | ||
<error file="./PathHandling/PathHandle.h" line="0" id="cpplint_legal_copyright_0" severity="warning" msg="No copyright message found. You should have a line: Copyright [year] <Copyright Owner>"/> | ||
<error file="./PathHandling/PathHandle.h" line="0" id="cpplint_build_header_guard_0" severity="warning" msg="No #ifndef header guard found, suggested CPP variable is: INTEGRATION_TESTS_TESTDATA_GOOGLETEST_BULLSEYE_VS_PROJECT_PATHHANDLING_PATHHANDLE_H_"/> | ||
<error file="./PathHandling/PathHandle.h" line="8" id="cpplint_whitespace_indent_2" severity="warning" msg="public: should be indented +1 space inside class PathHandle"/> | ||
<error file="./PathHandling/PathHandle.hpp" line="0" id="cpplint_legal_copyright_0" severity="warning" msg="No copyright message found. You should have a line: Copyright [year] <Copyright Owner>"/> | ||
<error file="./PathHandling/PathHandle.hpp" line="0" id="cpplint_build_header_guard_0" severity="warning" msg="No #ifndef header guard found, suggested CPP variable is: INTEGRATION_TESTS_TESTDATA_GOOGLETEST_BULLSEYE_VS_PROJECT_PATHHANDLING_PATHHANDLE_H_"/> | ||
<error file="./PathHandling/PathHandle.hpp" line="8" id="cpplint_whitespace_indent_2" severity="warning" msg="public: should be indented +1 space inside class PathHandle"/> | ||
</results> |
2 changes: 1 addition & 1 deletion
2
...tests/testdata/googletest_bullseye_vs_project/sonarcpp/reports-vera++/vera++-result-0.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters