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

[Git][lintian/lintian][master] Lower severity of bash-completion-with-hashbang to pedantic



Title: GitLab

Louis-Philippe Véronneau pushed to branch master at lintian / lintian

Commits:

  • d22d39bf
    by Maytham Alsudany at 2025-03-28T16:03:35+00:00
    Lower severity of bash-completion-with-hashbang to pedantic
    
    Usually cases this tag finds is out of the control of the package
    maintainer, and having a hashbang in a completion file is harmless.
    
    Closes: #965327
    

1 changed file:

Changes:

  • tags/b/bash-completion-with-hashbang.tag
    1 1
     Tag: bash-completion-with-hashbang
    
    2
    -Severity: warning
    
    2
    +Severity: pedantic
    
    3 3
     Check: shell/bash/completion
    
    4 4
     Explanation: This file starts with the #! sequence that marks interpreted scripts,
    
    5 5
      but it is a bash completion script that is merely intended to be sourced.
    


  • Reply to: