]> git.immae.eu Git - github/fretlink/pronto-hlint.git/log
github/fretlink/pronto-hlint.git
7 years agosmall readme formatting and wording [CI SKIP]
Markus Doits [Sun, 11 Sep 2016 13:26:57 +0000 (15:26 +0200)] 
small readme formatting and wording [CI SKIP]

7 years agoAllow to set config with `.pronto_eslint_npm.yml`
Markus Doits [Sun, 11 Sep 2016 12:49:59 +0000 (14:49 +0200)] 
Allow to set config with `.pronto_eslint_npm.yml`

Make configuration dependent on instance instead of class, too.

7 years agoadd class variables to prepare setting external config
Markus Doits [Sun, 11 Sep 2016 12:07:42 +0000 (14:07 +0200)] 
add class variables to prepare setting external config

7 years agoupdate rubucop config
Markus Doits [Sun, 11 Sep 2016 12:07:29 +0000 (14:07 +0200)] 
update rubucop config

7 years agochange rspec syntax to expect
Markus Doits [Sun, 11 Sep 2016 11:59:30 +0000 (13:59 +0200)] 
change rspec syntax to expect

7 years agorequire shellwords (which might not be required by default)
Markus Doits [Tue, 23 Aug 2016 11:51:31 +0000 (13:51 +0200)] 
require shellwords (which might not be required by default)

references #1

7 years agodowngrade version again (because name changed)
Markus Doits [Thu, 11 Aug 2016 15:14:39 +0000 (17:14 +0200)] 
downgrade version again (because name changed)

7 years agocorrect name according to recommended use of `_` and `-`
Markus Doits [Thu, 11 Aug 2016 15:09:34 +0000 (17:09 +0200)] 
correct name according to recommended use of `_` and `-`

http://guides.rubygems.org/name-your-gem/

7 years agorefactor source code a little bit
Markus Doits [Thu, 11 Aug 2016 15:06:34 +0000 (17:06 +0200)] 
refactor source code a little bit

7 years agosvg simply looks better
Markus Doits [Thu, 11 Aug 2016 14:42:21 +0000 (16:42 +0200)] 
svg simply looks better

7 years agoactually include something in the gem ;-)
Markus Doits [Thu, 11 Aug 2016 14:36:45 +0000 (16:36 +0200)] 
actually include something in the gem ;-)

7 years agofix travis badge url
Markus Doits [Thu, 11 Aug 2016 14:25:37 +0000 (16:25 +0200)] 
fix travis badge url

7 years agoDeprecate support for ruby 1.9.3
Mindaugas Mozūras [Sun, 7 Aug 2016 13:30:41 +0000 (16:30 +0300)] 
Deprecate support for ruby 1.9.3

(cherry picked from commit 10fe57d01fe0b614dc8bcf747b82329a6e2a7548)

7 years agofix spec for eslint >= 3
Markus Doits [Thu, 11 Aug 2016 14:18:40 +0000 (16:18 +0200)] 
fix spec for eslint >= 3

7 years agofix broke link in README
Markus Doits [Thu, 11 Aug 2016 14:16:12 +0000 (16:16 +0200)] 
fix broke link in README

7 years agorebrand to Pronto::ESLintNpm
Markus Doits [Thu, 11 Aug 2016 14:02:45 +0000 (16:02 +0200)] 
rebrand to Pronto::ESLintNpm

7 years agoCall `.to_s` on pathname to fix error on ruby 1.9.3
Markus Doits [Mon, 25 Jul 2016 16:03:23 +0000 (18:03 +0200)] 
Call `.to_s` on pathname to fix error on ruby 1.9.3

7 years agoescape file path before passing it to shell
Markus Doits [Mon, 25 Jul 2016 14:55:42 +0000 (16:55 +0200)] 
escape file path before passing it to shell

7 years agofix CI by installing eslint
Markus Doits [Mon, 25 Jul 2016 14:22:26 +0000 (16:22 +0200)] 
fix CI by installing eslint

7 years agoAdd instructions into README about installing eslint
Markus Doits [Mon, 25 Jul 2016 14:06:39 +0000 (16:06 +0200)] 
Add instructions into README about installing eslint

7 years agoUse system eslint instead of eslintrb
Markus Doits [Mon, 25 Jul 2016 14:03:07 +0000 (16:03 +0200)] 
Use system eslint instead of eslintrb

This makes sure `eslint` works as expected, e.g. the config used is
respected and full feature set is present.

One has to make sure `eslint` is properly installed, though.

7 years agoAdd a note about `.eslintignore` in README
Markus Doits [Mon, 25 Jul 2016 13:22:07 +0000 (15:22 +0200)] 
Add a note about `.eslintignore` in README

7 years agoRespect `.eslintignore`
Markus Doits [Mon, 25 Jul 2016 12:36:23 +0000 (14:36 +0200)] 
Respect `.eslintignore`

If an `.eslintignore` is present, it's patterns are now respected.
See http://eslint.org/docs/user-guide/configuring#ignoring-files-and-directories
for more info.

Due to the file format of `.eslintignore`, the gem `globby` has to be
used for those patterns (which respects negations etc.).

7 years agoBump version to 0.6.2
Mindaugas Mozūras [Fri, 24 Jun 2016 12:34:14 +0000 (13:34 +0100)] 
Bump version to 0.6.2

7 years agoMerge pull request #5 from firstbanco/add-js-es6-as-known-filetype
Mindaugas Mozūras [Fri, 24 Jun 2016 12:33:36 +0000 (13:33 +0100)] 
Merge pull request #5 from firstbanco/add-js-es6-as-known-filetype

Add .js.es6 as known filetype

7 years agoAdd .js.es6 as known filetype
Harry Lascelles [Wed, 22 Jun 2016 15:27:02 +0000 (16:27 +0100)] 
Add .js.es6 as known filetype

8 years agoBump version to 0.6.1
Mindaugas Mozūras [Mon, 11 Apr 2016 10:46:39 +0000 (13:46 +0300)] 
Bump version to 0.6.1

8 years agoMerge pull request #1 from doits/add-es6-suffix
Mindaugas Mozūras [Mon, 11 Apr 2016 10:45:28 +0000 (13:45 +0300)] 
Merge pull request #1 from doits/add-es6-suffix

WIP: add es6 suffix to lint

8 years agomodify spec to check for .es6 liniting
Markus Doits [Sun, 10 Apr 2016 19:37:18 +0000 (21:37 +0200)] 
modify spec to check for .es6 liniting

8 years agoadd es6 suffix to lint
Markus Doits [Sat, 9 Apr 2016 11:57:40 +0000 (13:57 +0200)] 
add es6 suffix to lint

8 years agoAdd ruby 2.3.0 to Travis CI Build
Mindaugas Mozūras [Sat, 26 Mar 2016 19:01:36 +0000 (21:01 +0200)] 
Add ruby 2.3.0 to Travis CI Build

8 years agoBump version to 0.6.0
Mindaugas Mozūras [Mon, 14 Mar 2016 21:08:20 +0000 (23:08 +0200)] 
Bump version to 0.6.0

8 years agoDepend on newest versions of pronto and eslint (less strictly)
Mindaugas Mozūras [Mon, 14 Mar 2016 21:08:08 +0000 (23:08 +0200)] 
Depend on newest versions of pronto and eslint (less strictly)

8 years agoFix Rubocop warning about freezing strings
Mindaugas Mozūras [Sun, 28 Feb 2016 15:53:42 +0000 (17:53 +0200)] 
Fix Rubocop warning about freezing strings

8 years agoImplement ESLint runner
Mindaugas Mozūras [Sun, 28 Feb 2016 15:50:43 +0000 (17:50 +0200)] 
Implement ESLint runner

8 years agoInitial commit
Mindaugas Mozūras [Sun, 28 Feb 2016 15:27:46 +0000 (17:27 +0200)] 
Initial commit