Glavin001/atom-beautify

Please add support for Jenkinsfile

開放

#1,628 建立於 2017年4月26日

 (14 則留言) (16 個反應) (0 位負責人)CoffeeScript (442 個分叉)batch import
add-beautifieradd-languagegood first issuehelp wanted

倉庫指標

星標
 (1,503 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

Description

Beautify detects the language (Groovy), but complains about no extension and fails to execute.

Input Before Beautification

This is what the code looked like before:

pipeline {
    agent any
    stages {
        ...
    }
}

Actual Output

N/A

Steps to Reproduce

  1. Add code to Atom editor
  2. Run command Atom Beautify: Beautify Editor
  3. Get error

貢獻者指南