Commit Graph

931 Commits

Author SHA1 Message Date
Petr Korolev 765d995b6d add codeclimate 2015-03-27 03:47:34 +02:00
Petr Korolev 420db358bc add code climate to gemfile 2015-03-27 03:43:53 +02:00
Petr Korolev f7c7992a1d update rubocop file 2015-03-27 03:06:41 +02:00
Petr Korolev 591927ef6c Merge branch 'develop' 2015-03-27 03:00:28 +02:00
Petr Korolev 570c1c11e8 move coveralls file to root 2015-03-27 02:56:45 +02:00
Petr Korolev 8de0b330d0 Merge pull request #220 from tuexss/cleanup
Cleanup
2015-03-27 02:25:18 +02:00
Petr Korolev 48c2f26645 add coveralls yml and add it to spec_helper 2015-03-27 01:53:42 +02:00
tuexss c5a01bb24f Merge branch 'cleanup' of https://github.com/tuexss/github-changelog-generator into cleanup 2015-03-27 00:46:37 +01:00
Petr Korolev 6350cdf39c add coveralls to gemfile and add bin folder to git 2015-03-27 01:29:49 +02:00
tuexss d425ae1a9a Change option name from format to dateformat 2015-03-27 00:23:28 +01:00
tuexss fb50acca57 Sort option defaults as listed 2015-03-27 00:21:42 +01:00
tuexss 3bd3dae016 Set default for simple-list 2015-03-27 00:18:09 +01:00
tuexss fd2beef12a Set default for include labels 2015-03-27 00:16:35 +01:00
tuexss c088349bc3 Cleanup for parser helpmessages 2015-03-27 00:14:50 +01:00
Petr Korolev 1494fcdd8f Add CodeClimate and Inch CI. Fix #219 2015-03-27 01:09:27 +02:00
tuexss 8fa85475eb Merge pull request #1 from skywinder/tuexss-cleanup
rubocop cleanup
2015-03-26 23:36:04 +01:00
Petr Korolev 8462f017b7 rubocop cleanup 2015-03-27 00:24:55 +02:00
tuexss 57ef59d76c Don't pass log as parameter 2015-03-26 23:09:31 +01:00
tuexss 808155ee3a Slim down newer_tag initialization 2015-03-26 23:03:49 +01:00
tuexss d80a6803be Optimize feedback when no tags found 2015-03-26 22:30:13 +01:00
tuexss 93291dde7c Remove misspelled and unused method 2015-03-26 22:12:45 +01:00
tuexss c67909959b Consistent print/put messages and style 2015-03-26 22:01:58 +01:00
tuexss 2c8ba4965b Fix method name typo 2015-03-26 21:47:17 +01:00
Petr Korolev eb497471b9 move all ignoring warnings to rubocop_todo 2015-03-26 22:37:23 +02:00
Petr Korolev 9d43384198 Merge branch 'develop' 2015-03-26 19:09:40 +02:00
Petr Korolev 2e5aec751f add lineLength ingore 2015-03-26 19:09:01 +02:00
Petr Korolev 92735a2fc8 modify rubocop yml by rubocop --auto-gen-config 2015-03-26 19:06:25 +02:00
Petr Korolev 8af5c4c6b0 Merge branch 'master' into develop 2015-03-26 18:44:16 +02:00
Petr Korolev 0f7fd939bf Merge branch 'estahn-feature/parse-existing-changelog-file' 2015-03-26 18:41:39 +02:00
Petr Korolev cc6ac05254 Merge branch 'feature/parse-existing-changelog-file' of https://github.com/estahn/github-changelog-generator into estahn-feature/parse-existing-changelog-file
Conflicts:
	Gemfile
	Gemfile.lock
	Rakefile
2015-03-26 18:41:24 +02:00
Petr Korolev fb601cf552 Merge branch 'master' into develop 2015-03-26 16:34:25 +02:00
Petr Korolev 990b32cf71 Merge branch 'feature/add-rspec' 2015-03-26 16:34:18 +02:00
Petr Korolev c5df1c22bb add identations (rubocop fix) 2015-03-26 16:27:49 +02:00
Enrico Stahn 6ef182a1fc Add RSpec and Rubocop 2015-03-26 15:57:24 +02:00
Enrico Stahn 34cd8f75f7 Configure travis to use bundler and new rake tasks 2015-03-26 15:55:44 +02:00
Petr Korolev 9e69a1c853 add rubocop and rspec to Gemfile 2015-03-26 15:54:28 +02:00
Petr Korolev cca8e5d810 rubocop auto-fixes 2015-03-26 15:50:56 +02:00
Petr Korolev a09b6affd4 add rubocop and rspec to Rakefile 2015-03-26 15:33:56 +02:00
Enrico Stahn 3ca25bfff0 Merge branch 'master' into feature/parse-existing-changelog-file 2015-03-27 00:07:30 +11:00
Petr Korolev f48236e47b change default configs 2015-03-26 12:51:04 +02:00
Petr Korolev a9baa37c64 add rspec init files 2015-03-26 12:51:04 +02:00
Petr Korolev 2576706e9f Merge branch 'develop' 2015-03-26 12:49:41 +02:00
Petr Korolev 5a2f10a47d Merge branch 'master' into develop
Conflicts:
	lib/github_changelog_generator.rb
2015-03-26 09:31:03 +02:00
Enrico Stahn 692a4f156b Add missing RSpec gem 2015-03-26 16:10:04 +11:00
Enrico Stahn 5fd3f51d78 Update Gemfile.lock with new Gems 2015-03-26 16:05:46 +11:00
Enrico Stahn 2cf62707d7 Configure travis to use bundler and new rake tasks 2015-03-26 16:01:07 +11:00
Enrico Stahn ea89cec43a Add RSpec and Rubocop 2015-03-26 16:00:36 +11:00
Enrico Stahn 0a3ecbb81b Add RSpec and Rubocop 2015-03-26 16:00:08 +11:00
Enrico Stahn 61a6e19417 Add RSpec Tests for Reader class 2015-03-26 15:59:48 +11:00
Enrico Stahn 6af43b63e1 Include Reader class 2015-03-26 15:58:16 +11:00