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

贡献者指南