Commit graph

80 commits

Author SHA1 Message Date
a8afb17e70
Merge pull request #11 from 5sw/dependabot/bundler/rexml-3.3.9
Bump rexml from 3.3.6 to 3.3.9
2024-12-01 12:49:36 +01:00
dependabot[bot]
04c2430096
Bump rexml from 3.3.6 to 3.3.9
Bumps [rexml](https://github.com/ruby/rexml) from 3.3.6 to 3.3.9.
- [Release notes](https://github.com/ruby/rexml/releases)
- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
- [Commits](https://github.com/ruby/rexml/compare/v3.3.6...v3.3.9)

---
updated-dependencies:
- dependency-name: rexml
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-28 18:52:26 +00:00
8bfdecec21
Merge pull request #10 from 5sw/dependabot/bundler/rexml-3.3.6
Bump rexml from 3.3.4 to 3.3.6
2024-09-23 20:10:04 +02:00
dependabot[bot]
0af937edac
Bump rexml from 3.3.4 to 3.3.6
Bumps [rexml](https://github.com/ruby/rexml) from 3.3.4 to 3.3.6.
- [Release notes](https://github.com/ruby/rexml/releases)
- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
- [Commits](https://github.com/ruby/rexml/compare/v3.3.4...v3.3.6)

---
updated-dependencies:
- dependency-name: rexml
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-22 20:55:01 +00:00
e894f65f30 Remove rubocop-rspec for now 2024-08-03 19:43:09 +02:00
567198c182 add dev gems to Gemfile instead of gemspec 2024-08-03 19:28:01 +02:00
604fe35be6 autocorrect 2024-08-03 19:23:03 +02:00
120bb4b79a Update dependencies 2024-08-03 19:21:16 +02:00
dependabot[bot]
8fa719df7a
Bump rexml from 3.3.0 to 3.3.3
Bumps [rexml](https://github.com/ruby/rexml) from 3.3.0 to 3.3.3.
- [Release notes](https://github.com/ruby/rexml/releases)
- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
- [Commits](https://github.com/ruby/rexml/compare/v3.3.0...v3.3.3)

---
updated-dependencies:
- dependency-name: rexml
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-02 16:42:11 +00:00
24f5c56ce7
Merge pull request #8 from 5sw/dependabot/bundler/rexml-3.2.8
Bump rexml from 3.2.5 to 3.2.8
2024-06-16 17:56:47 +02:00
aa72af8c5a
Merge branch 'main' into dependabot/bundler/rexml-3.2.8 2024-06-16 17:54:52 +02:00
40fe55854a Update dependencies 2024-06-16 17:51:45 +02:00
dependabot[bot]
672ad20150
Bump rexml from 3.2.5 to 3.2.8
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.5 to 3.2.8.
- [Release notes](https://github.com/ruby/rexml/releases)
- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
- [Commits](https://github.com/ruby/rexml/compare/v3.2.5...v3.2.8)

---
updated-dependencies:
- dependency-name: rexml
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-16 19:55:42 +00:00
d092c3650f
Remove schedule from Rubocop workflow 2022-08-07 11:18:22 +02:00
6171a51720 Add explanation why Ruby 2022-06-07 10:34:12 +02:00
bfc0eb7e45 Bump version 2022-06-07 10:16:36 +02:00
f5ce138392 [#5] Load version file 2022-06-07 10:15:40 +02:00
32dc629db3 Update readme file.
Content stolen from the original git-format-staged repo
2022-06-07 10:14:43 +02:00
496cb08324 Bump version 2022-06-07 09:48:45 +02:00
477cc57f80 Pin commit for action-junit-report 2022-06-07 09:33:41 +02:00
667931bfc2 Strings for ruby versions 2022-06-07 09:31:58 +02:00
2dd04cac7b Run tests with ruby 2.7 and 3.0 2022-06-07 09:29:46 +02:00
7254cc338c Allow ruby >= 2.7 2022-06-07 09:25:41 +02:00
cd2dddcb3e Bump version 2022-06-06 11:56:22 +02:00
c738bc5eba Print exception message and exit 1 2022-06-06 11:55:43 +02:00
3c7bfbc437 Verify error messages 2022-06-06 11:50:57 +02:00
95633bfd9f Don’t write formatter output to object database if not updating the repo 2022-06-06 11:43:44 +02:00
aad741f8cc Only check for staged changes if writing output 2022-06-06 11:40:40 +02:00
7da4a0e0f0 Check that files stay unchanged in write mode. 2022-06-06 11:38:37 +02:00
9a18902495 Allow additional arguments to run_formatter 2022-06-06 11:34:19 +02:00
159c0ac25b Verify that a failing formatter fails the whole process 2022-06-06 11:32:59 +02:00
8d8471951a Add fail mode to test_hook.rb 2022-06-06 11:30:55 +02:00
2e59062454 Use git to check for empty index. 2022-06-06 11:27:39 +02:00
47363ad14b Fail if test_hook cannot be run 2022-06-06 10:58:40 +02:00
f4657ba967 Expand test hook to return empty output if line #clear is in input + write spec for test hook. 2022-06-06 10:42:09 +02:00
ba54c407cb [#1] Fail if all files are reset to committed version. 2022-06-06 10:18:05 +02:00
d00760732d Specify branch name with git init 2022-06-05 13:19:08 +02:00
b138a43b80 Gemfile.lock 2022-06-05 13:03:58 +02:00
c76200e4a6 Configure git 2022-06-05 13:03:51 +02:00
6eab549d8a Fix yaml 2022-06-05 13:00:07 +02:00
b1c6f0bff7 Ignore rspec.xml 2022-06-05 12:57:42 +02:00
64d2eb9a43 Add github action for rspec 2022-06-05 12:57:27 +02:00
3711acbec3 Test basic functionality 2022-06-05 12:40:48 +02:00
736f394281 Set tab size 2022-05-29 12:51:43 +02:00
d52e6ea10e Prepare for testing 2022-05-29 12:17:28 +02:00
29f580b431 Prepare for rspec tests 2022-05-29 11:14:54 +02:00
9fd78ac2e1 Create top-level module 2022-05-29 10:47:07 +02:00
6fd8bb9ce7 Error out if negative pattern is specified 2022-05-29 10:34:50 +02:00
9339382f59 Formatting 2022-05-29 10:24:55 +02:00
948ab8604b Run rubocop via Rakefile 2022-05-29 10:20:33 +02:00