components/python/pylint/manpages/symilar.1
author Jiri Sasek <Jiri.Sasek@Oracle.COM>
Wed, 27 Jan 2016 18:45:20 -0800
changeset 5398 f499dad29f21
parent 4814 c673d998018a
child 7820 a2b9a7de9e1a
permissions -rw-r--r--
22662663 samba: Uprev to 4.1.22 22526544 problem in UTILITY/SAMBA 22526597 problem in UTILITY/SAMBA 22526577 problem in UTILITY/SAMBA

'\" te
.\"
.\" CDDL HEADER START
.\"
.\" The contents of this file are subject to the terms of the
.\" Common Development and Distribution License (the "License").
.\" You may not use this file except in compliance with the License.
.\"
.\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
.\" or http://www.opensolaris.org/os/licensing.
.\" See the License for the specific language governing permissions
.\" and limitations under the License.
.\"
.\" When distributing Covered Code, include this CDDL HEADER in each
.\" file and include the License file at usr/src/OPENSOLARIS.LICENSE.
.\" If applicable, add the following below this CDDL HEADER, with the
.\" fields enclosed by brackets "[]" replaced with your own identifying
.\" information: Portions Copyright [yyyy] [name of copyright owner]
.\"
.\" CDDL HEADER END
.\"
.\"
.\" Copyright (c) 2009, 2015, Oracle and/or its affiliates. All rights reserved.
.\"
.TH symilar 1 "10 Jun 2015" "SunOS 5.12"
.SH NAME
.B symilar
\- finds copy pasted blocks in a set of files

.SH SYNOPSIS
.B /usr/bin/symilar
[
.I OPTIONS
]  file...

.SH DESCRIPTION
.B symilar
is a helper script for pylint. Symilar will display information
about duplicate lines in a file.  The output lists the total number of lines,
how many duplicate lines found and what percentage of the lines are duplicates.

.SH OPTIONS
.IP "--duplicates, -dl  min_duplicated_line"
sets a minimum threshhold for duplicated lines
.IP "--help, -h"
displays help message 
.IP "--ignore-comments"
do not include duplicates found in comment blocks

.SH USAGE
symilar [-d|--duplicates min_duplicated_lines] [-i|--ignore-comments] [--ignore-docstrings] [--ignore-imports] file1..

.SH FILES
/usr/lib/python2.7/vendor-packages/pylint

.SH SUPPORT
[email protected]

.SH SEE ALSO
.IR pylint (1),
.IR logilab-common (3), 
.IR astroid (3)