Go to main content

マニュアルページ セクション 1: ユーザーコマンド

印刷ビューの終了

更新: 2018年8月8日
 
 

symilar (1)

名前

symilar - finds copy pasted blocks in a set of files

形式

/usr/bin/symilar [ OPTIONS ]  file...

説明

symilar(1)                  General Commands Manual                 symilar(1)



NAME
       symilar - finds copy pasted blocks in a set of files


SYNOPSIS
       /usr/bin/symilar [ OPTIONS ]  file...


DESCRIPTION
       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.


OPTIONS
       --duplicates, -dl  min_duplicated_line
              sets a minimum threshhold for duplicated lines

       --help, -h
              displays help message

       --ignore-comments
              do not include duplicates found in comment blocks


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


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


SUPPORT
       python-projects@logilab.org



ATTRIBUTES
       See attributes(7) for descriptions of the following attributes:


       +---------------+-------------------------+
       |ATTRIBUTE TYPE |    ATTRIBUTE VALUE      |
       +---------------+-------------------------+
       |Availability   | developer/python/pylint |
       +---------------+-------------------------+
       |Stability      | Uncommitted             |
       +---------------+-------------------------+
SEE ALSO
       pylint(1), logilab-common(3), astroid(3)



NOTES
       This     software     was    built    from    source    available    at
       https://github.com/oracle/solaris-userland.   The  original   community
       source was downloaded from  pypi:///pylint==1.6.4

       Further information about this software can be found on the open source
       community website at https://www.pylint.org/.



Solaris 11.4                      10 Jun 2015                       symilar(1)