[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#930700: lintian: support "suppress-tags-from-file" in configuration file



retitle 930700 lintian: support "suppress-tags-from-file" in configuration file
severity 930700 wishlist 
thanks

Hi Dmitry,

> Somehow, I fail to get "suppress-tags-from-file" option work from
> ~/.config/lintian/lintain. I keep receiving following error:
> 
> 	Unknown configuration variable suppress-tags-from-file at line: 1.

Only a subset of the --foo options are available in the configuration
file. Currently this is (quoting from commands/lintian.pm):
 
    # Options that can appear in the config file
    my %cfghash = (
        'color'                => \$opt{'color'},
        'display-experimental' => \$opt{'display-experimental'},
        'display-info'         => \&cfg_display_level,
        'display-level'        => \&cfg_display_level,
        'fail-on-warnings'     => \$opt{'fail-on-warnings'},
        'info'                 => \$opt{'info'},
        'jobs'                 => \$opt{'jobs'},
        'pedantic'             => \&cfg_display_level,
        'quiet'                => \&cfg_verbosity,
        'override'             => \&cfg_override,
        'show-overrides'       => \$opt{'show-overrides'},
        'suppress-tags'        => \&record_suppress_tags,
        'tag-display-limit'    => \$opt{'tag-display-limit'},
        'verbose'              => \&cfg_verbosity,
    );

It seems reasonable that this option could be allowed so I am
therefore retitling (etc.) this bug to match.


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      lamby@debian.org 🍥 chris-lamb.co.uk
       `-


Reply to: