]>
git.immae.eu Git - github/fretlink/pronto-hlint.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
paulrbr-fl [Tue, 3 Mar 2020 10:05:51 +0000 (11:05 +0100)]
Merge pull request #2 from paulrbr-fl/fix-travis-ci
Fixing CI, bumping ruby and removing gem lock file
Paul Bonaud [Mon, 2 Mar 2020 09:22:11 +0000 (10:22 +0100)]
update: bump ruby version to latest 2.6 version
Paul Bonaud [Mon, 2 Mar 2020 09:20:59 +0000 (10:20 +0100)]
Remove gems lock file to avoid Security alerts from github
This repo is a ruby gem (library) the dependencies specified by the
gemspec are enough and commiting a lock file doesn't make
sense (because dependencies are installed by `gem` or `bundle` when
people pull the gem).
Paul Bonaud [Sun, 14 Apr 2019 17:42:39 +0000 (19:42 +0200)]
ci: fix Nix environment to launch tests
Paul Bonaud [Sat, 13 Apr 2019 14:38:04 +0000 (16:38 +0200)]
Welcom pronto-hlint! This is a whole rewrite of pronto-eslint_npm.
Forking the pronto-eslint_npm repository to build a runner for hlint
haskell linter.
Markus Doits [Tue, 5 Feb 2019 18:02:29 +0000 (19:02 +0100)]
use xenial on ci
Markus Doits [Tue, 5 Feb 2019 17:58:05 +0000 (18:58 +0100)]
allow pronto 0.10 and update deps
bbsteventill [Sat, 31 Mar 2018 17:01:17 +0000 (13:01 -0400)]
added ability to set config opts to eslint (#9)
* added ability to set config opts to eslint
* add spec for eslint command line
Markus Doits [Sat, 31 Mar 2018 16:58:44 +0000 (18:58 +0200)]
harden config spec helper
Markus Doits [Sat, 31 Mar 2018 16:46:32 +0000 (18:46 +0200)]
Merge pull request #10 from doits/refactor_config_handling
refactor config handling and specs a little bit
Markus Doits [Sat, 31 Mar 2018 16:34:01 +0000 (18:34 +0200)]
refactor config handling and specs a little bit
Markus Doits [Fri, 30 Mar 2018 17:27:20 +0000 (19:27 +0200)]
update travis ruby versions
Markus Doits [Fri, 30 Mar 2018 17:25:33 +0000 (19:25 +0200)]
remove gemnasium, don't used anymore
Markus Doits [Fri, 30 Mar 2018 17:20:57 +0000 (19:20 +0200)]
update locally used ruby versiob, lint everything
Markus Doits [Mon, 24 Apr 2017 06:14:07 +0000 (08:14 +0200)]
depend on pronto ~> 0.9.1
Markus Doits [Wed, 19 Apr 2017 09:18:46 +0000 (11:18 +0200)]
Merge pull request #6 from jeroenj/patch-2
Fixes homepage in the gemspec
Jeroen Jacobs [Thu, 6 Apr 2017 07:33:30 +0000 (09:33 +0200)]
Fixes homepage in the gemspec
Markus Doits [Mon, 27 Mar 2017 09:55:43 +0000 (11:55 +0200)]
fix readme comment
Markus Doits [Tue, 28 Feb 2017 16:55:33 +0000 (17:55 +0100)]
update gemspec (cosmetical changes)
Markus Doits [Tue, 28 Feb 2017 16:44:36 +0000 (17:44 +0100)]
only require byebug in specs
Markus Doits [Tue, 28 Feb 2017 16:37:01 +0000 (17:37 +0100)]
add byebug, helps debugging sometimes
Markus Doits [Thu, 16 Feb 2017 10:48:31 +0000 (11:48 +0100)]
update version
Markus Doits [Thu, 16 Feb 2017 10:46:54 +0000 (11:46 +0100)]
Merge pull request #4 from JoeSouthan/remove-rake-dependency
Remove rake dependency in gemspec
Markus Doits [Thu, 16 Feb 2017 10:44:50 +0000 (11:44 +0100)]
Only include files that were included before
Joseph Southan [Wed, 15 Feb 2017 10:41:43 +0000 (10:41 +0000)]
Remove rake dependency
Markus Doits [Mon, 13 Feb 2017 20:37:59 +0000 (21:37 +0100)]
install latest rubygems version before bundle install on CI
Markus Doits [Mon, 13 Feb 2017 20:34:55 +0000 (21:34 +0100)]
update gem system to prevent errors with some gems
Markus Doits [Mon, 13 Feb 2017 20:12:50 +0000 (21:12 +0100)]
update travis ruby versions, add 2.4.0
Markus Doits [Mon, 13 Feb 2017 20:07:13 +0000 (21:07 +0100)]
better not to add an open ended dependency
Markus Doits [Mon, 13 Feb 2017 14:15:42 +0000 (15:15 +0100)]
new version (compatible with pronto 0.8), no changes
Markus Doits [Sun, 11 Sep 2016 18:27:33 +0000 (20:27 +0200)]
make config spec pass string option, not regexp
Markus Doits [Sun, 11 Sep 2016 18:05:37 +0000 (20:05 +0200)]
update version
Markus Doits [Sun, 11 Sep 2016 18:02:51 +0000 (20:02 +0200)]
Merge pull request #3 from VicinityCommerce/load-yaml-config-correctly
Fix parsing of yaml keys from config
Keys are strings now, and not symbols.
Jerome Dalbert [Sun, 11 Sep 2016 15:13:47 +0000 (17:13 +0200)]
Load YAML configuration correctly
Markus Doits [Sun, 11 Sep 2016 13:26:57 +0000 (15:26 +0200)]
small readme formatting and wording [CI SKIP]
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.
Markus Doits [Sun, 11 Sep 2016 12:07:42 +0000 (14:07 +0200)]
add class variables to prepare setting external config
Markus Doits [Sun, 11 Sep 2016 12:07:29 +0000 (14:07 +0200)]
update rubucop config
Markus Doits [Sun, 11 Sep 2016 11:59:30 +0000 (13:59 +0200)]
change rspec syntax to expect
Markus Doits [Tue, 23 Aug 2016 11:51:31 +0000 (13:51 +0200)]
require shellwords (which might not be required by default)
references #1
Markus Doits [Thu, 11 Aug 2016 15:14:39 +0000 (17:14 +0200)]
downgrade version again (because name changed)
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/
Markus Doits [Thu, 11 Aug 2016 15:06:34 +0000 (17:06 +0200)]
refactor source code a little bit
Markus Doits [Thu, 11 Aug 2016 14:42:21 +0000 (16:42 +0200)]
svg simply looks better
Markus Doits [Thu, 11 Aug 2016 14:36:45 +0000 (16:36 +0200)]
actually include something in the gem ;-)
Markus Doits [Thu, 11 Aug 2016 14:25:37 +0000 (16:25 +0200)]
fix travis badge url
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 )
Markus Doits [Thu, 11 Aug 2016 14:18:40 +0000 (16:18 +0200)]
fix spec for eslint >= 3
Markus Doits [Thu, 11 Aug 2016 14:16:12 +0000 (16:16 +0200)]
fix broke link in README
Markus Doits [Thu, 11 Aug 2016 14:02:45 +0000 (16:02 +0200)]
rebrand to Pronto::ESLintNpm
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
Markus Doits [Mon, 25 Jul 2016 14:55:42 +0000 (16:55 +0200)]
escape file path before passing it to shell
Markus Doits [Mon, 25 Jul 2016 14:22:26 +0000 (16:22 +0200)]
fix CI by installing eslint
Markus Doits [Mon, 25 Jul 2016 14:06:39 +0000 (16:06 +0200)]
Add instructions into README about installing eslint
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.
Markus Doits [Mon, 25 Jul 2016 13:22:07 +0000 (15:22 +0200)]
Add a note about `.eslintignore` in README
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.).
Mindaugas Mozūras [Fri, 24 Jun 2016 12:34:14 +0000 (13:34 +0100)]
Bump version to 0.6.2
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
Harry Lascelles [Wed, 22 Jun 2016 15:27:02 +0000 (16:27 +0100)]
Add .js.es6 as known filetype
Mindaugas Mozūras [Mon, 11 Apr 2016 10:46:39 +0000 (13:46 +0300)]
Bump version to 0.6.1
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
Markus Doits [Sun, 10 Apr 2016 19:37:18 +0000 (21:37 +0200)]
modify spec to check for .es6 liniting
Markus Doits [Sat, 9 Apr 2016 11:57:40 +0000 (13:57 +0200)]
add es6 suffix to lint
Mindaugas Mozūras [Sat, 26 Mar 2016 19:01:36 +0000 (21:01 +0200)]
Add ruby 2.3.0 to Travis CI Build
Mindaugas Mozūras [Mon, 14 Mar 2016 21:08:20 +0000 (23:08 +0200)]
Bump version to 0.6.0
Mindaugas Mozūras [Mon, 14 Mar 2016 21:08:08 +0000 (23:08 +0200)]
Depend on newest versions of pronto and eslint (less strictly)
Mindaugas Mozūras [Sun, 28 Feb 2016 15:53:42 +0000 (17:53 +0200)]
Fix Rubocop warning about freezing strings
Mindaugas Mozūras [Sun, 28 Feb 2016 15:50:43 +0000 (17:50 +0200)]
Implement ESLint runner
Mindaugas Mozūras [Sun, 28 Feb 2016 15:27:46 +0000 (17:27 +0200)]
Initial commit