hadolint/hadolint

Show correct line numbers

Aperta

#285 aperta il 30 nov 2018

 (4 commenti) (5 reazioni) (0 assegnatari)Haskell (492 fork)batch import
enhancementhelp wanted

Metriche repository

Star
 (12.138 stelle)
Metriche merge PR
 (Merge medio 5g 13h) (8 PR mergiate in 30 g)

Descrizione

  • This is a bug report
  • This is a feature request
  • I searched existing issues before opening this one

Steps to reproduce the behavior

RUN apt-get update \
  .......
  && curl -Lso Lavalink.jar $(curl -s https://api.github.com/repos/Cog-Creators/Red-DiscordBot/releases | jq -r '.[0].assets | .[0].browser_download_url') \

This triggers SC2046 on the line of RUN and not on the line of the issue that is the curl line.

Expected behavior

Give me the exact line of the issue.

Actual behavior

Start line of the docker command it returned.

Guida contributor