hadolint/hadolint

Show correct line numbers

オープン

#285 opened on 2018/11/30

 (4 件のコメント) (5 件のリアクション) (0 人の担当者)Haskell (492 件のフォーク)batch import
enhancementhelp wanted

Repository metrics

Stars
 (12,138 個のスター)
PR merge metrics
 (平均マージ 5d 13h) (30d で 8 merged PRs)

説明

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

コントリビューターガイド