ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Travis YML Lint

by sabhiram ALL

Submits a .travis.yml file to the linter at http://lint.travis-ci.org/

Details

  • 1.0.2
  • github.​com
  • github.​com
  • 10 years ago
  • 36 minutes ago
  • 10 years ago

Installs

  • Total 2K
  • Win 798
  • Mac 948
  • Linux 593
Dec 21 Dec 20 Dec 19 Dec 18 Dec 17 Dec 16 Dec 15 Dec 14 Dec 13 Dec 12 Dec 11 Dec 10 Dec 9 Dec 8 Dec 7 Dec 6 Dec 5 Dec 4 Dec 3 Dec 2 Dec 1 Nov 30 Nov 29 Nov 28 Nov 27 Nov 26 Nov 25 Nov 24 Nov 23 Nov 22 Nov 21 Nov 20 Nov 19 Nov 18 Nov 17 Nov 16 Nov 15 Nov 14 Nov 13 Nov 12 Nov 11 Nov 10 Nov 9 Nov 8 Nov 7
Windows 0 2 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

sublime-travis-yml-lint

A SublimeText plugin to submit the active .travis.yml file in view to the Travis CI Lint service exposed from here http://lint.travis-ci.org/

Traivs YML Lint on Package Control

Usage:

  1. Navigate to a .travis.yml file in SublimeText
  2. Press:
OS Key Combination
Linux ctrl + alt + T
Mac super(⌘) + alt + ctrl + T
Windows ctrl + alt + T

This will grab the yml file and validate it against the web linter. Any errors will be displayed to a plugin specific output panel.

Installation

The easiest way to install Travis YML Lint is to install it from Package Control

Package Control Install

If you have Package Control installed, then simply naviagte to Package Control: Install Package and select the Travis YML Lint plugin and you are done!

Manual Install

From SublimeText Packages folder:

git clone git@github.com:sabhiram/sublime-travis-yml-lint.git sublime-travis-yml-lint

Settings & Default Key Mapping

Currently there are no exposed settings used by this plugin

Developers

Appreciate the help! Here is stuff you should probably know:

Install for both Sublime Text 2 and 3:

Some folks prefer to clone the git repo right into their SublimeText Packages folder. While this is probably ok for most users, I prefer to create a symbolic link to the package so that I can point to the plugin from both flavors of SublimeText (for testing and the like…)

cd ~/dev
git clone git@github.com:sabhiram/sublime-travis-yml-lint.git sublime-travis-yml-lint
ln -s sublime-travis-yml-lint ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/sublime-travis-yml-lint
ln -s sublime-travis-yml-lint ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/sublime-travis-yml-lint

Versions Released

1.0.1

  1. Bugfix: Add required modules so Package Control install works

1.0.0 - Initial Release

  1. Implements basic plugin functionality
  2. Ready for package control deployment