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

Installs

  • Total 2K
  • Win 818
  • Mac 964
  • Linux 599
Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13 Jun 12 Jun 11 Jun 10 Jun 9 Jun 8 Jun 7 Jun 6 Jun 5 Jun 4 Jun 3 Jun 2 Jun 1 May 31 May 30 May 29 May 28 May 27 May 26 May 25 May 24 May 23 May 22 May 21 May 20 May 19 May 18 May 17 May 16
Windows 1 0 0 1 0 1 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 1
Mac 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 0 0 0 0
Linux 0 0 0 0 0 1 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

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