summaryrefslogtreecommitdiffstats
path: root/doc/developer-guide/Fixing-issues-reported-by-tools-for-static-code-analysis.md
diff options
context:
space:
mode:
authorBipin Kunal <bkunal@redhat.com>2015-11-13 19:19:17 +0530
committerHumble Devassy Chirammal <humble.devassy@gmail.com>2015-11-15 05:19:37 -0800
commit4af4c1acc7b77d70af1b09964c7cbddb5c797214 (patch)
tree07fda1a3b4fcbd395e63f25f85058144e0280415 /doc/developer-guide/Fixing-issues-reported-by-tools-for-static-code-analysis.md
parentb7b13c73369a3cb237de16d58425b63640c6f33e (diff)
docs: move contributor docs to the glusterdocs repository
* Moved few files to glusterdocs repo * Files were moved in pull requests given below: https://github.com/gluster/glusterdocs/pull/60 https://github.com/gluster/glusterdocs/pull/62 * This patch removes file from this repo which were moved to glusterdocs repo Change-Id: I6e529911e0be66b261961c44bcdbe361aafa2886 BUG: 1206539 Signed-off-by: Bipin Kunal <bkunal@redhat.com> Reviewed-on: http://review.gluster.org/12576 Reviewed-by: Niels de Vos <ndevos@redhat.com> Tested-by: NetBSD Build System <jenkins@build.gluster.org> Tested-by: Gluster Build System <jenkins@build.gluster.com>
Diffstat (limited to 'doc/developer-guide/Fixing-issues-reported-by-tools-for-static-code-analysis.md')
-rw-r--r--doc/developer-guide/Fixing-issues-reported-by-tools-for-static-code-analysis.md66
1 files changed, 0 insertions, 66 deletions
diff --git a/doc/developer-guide/Fixing-issues-reported-by-tools-for-static-code-analysis.md b/doc/developer-guide/Fixing-issues-reported-by-tools-for-static-code-analysis.md
deleted file mode 100644
index 5a3dceb7d0e..00000000000
--- a/doc/developer-guide/Fixing-issues-reported-by-tools-for-static-code-analysis.md
+++ /dev/null
@@ -1,66 +0,0 @@
-Static Code Analysis Tools
---------------------------
-
-Bug fixes for issues reported by *Static Code Analysis Tools* should
-follow [Development Work Flow](./Development Workflow.md)
-
-### Coverity
-
-GlusterFS is part of [Coverity's](https://scan.coverity.com/) scan
-program.
-
-- To see Coverity issues you have to be a member of the GlusterFS
- project in Coverity scan website.
-- Here is the link to [Coverity scan
- website](https://scan.coverity.com/projects/987)
-- Go to above link and subscribe to GlusterFS project (as
- contributor). It will send a request to Admin for including you in
- the Project.
-- Once admins for the GlusterFS Coverity scan approve your request,
- you will be able to see the defects raised by Coverity.
-- [BZ 789278](https://bugzilla.redhat.com/show_bug.cgi?id=789278)
- should be used as a umbrella bug for Coverity issues in master
- branch unless you are trying to fix a specific bug in Bugzilla.
- - While sending patches for fixing Coverity issues please use the
- same bug number.
- - For 3.6 branch the Coverity tracking bug is
- [1122834](https://bugzilla.redhat.com/show_bug.cgi?id=1122834)
-- When you decide to work on some issue, please assign it to your name
- in the same Coverity website. So that we don't step on each others
- work.
-- When marking a bug intentional in Coverity scan website, please put
- an explanation for the same. So that it will help others to
- understand the reasoning behind it.
-
-*If you have more questions please send it to
-[gluster-devel](http://www.gluster.org/interact/mailinglists) mailing
-list*
-
-### CPP Check
-
-Cppcheck is available in Fedora and EL's EPEL repo
-
-- Install Cppcheck
-
- yum install cppcheck
-
-- Clone GlusterFS code
-
- git clone https://github.com/gluster/glusterfs) glusterfs
-
-- Run Cpp check
-
- cppcheck glusterfs/ 2>cppcheck.log
-
-- [BZ 1091677](https://bugzilla.redhat.com/show_bug.cgi?id=1091677)
- should be used for submitting patches to master branch for Cppcheck
- reported issues.
-
-### Daily Runs
-
-We now have daily runs of various static source code analysis tools on
-the glusterfs sources. There are daily analyses of the master,
-release-3.6, and release-3.5 branches.
-
-Results are posted at
-<http://download.gluster.org/pub/gluster/glusterfs/static-analysis/>