Commit Graph

16 Commits

Author SHA1 Message Date
Satadru Pramanik, DO, MPH, MEng
1e3b638493 Add dependabot.yml to check for github action version updates, fixup reviewcop workflows (#10857)
* Create dependabot.yml

Copying from https://github.com/actions/runner/blob/main/.github/dependabot.yml

* Lint and adjust reviewdog workflows to use non-deprecated fail_level option.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

---------

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
2024-12-04 15:54:53 +00:00
Satadru Pramanik, DO, MPH, MEng
f608e3b4fc Use latest ubuntu LTS for CI workflows, and make sure gems are updated where used. (#10751)
Signed-off-by: Satadru Pramanik <satadru@gmail.com>
2024-11-18 16:49:20 +00:00
Satadru Pramanik, DO, MPH, MEng
6f1d22f52c Adjust ruby buildsystem to use Gem::Version.new to sanitize gem version numbers, adjust activesupport package dependencies. (#10624)
* Adjust ruby buildsystem to use Gem::Version.new to sanitize gem version numbers, adjust activesupport package dependencies.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Have linting workflows fail on warning.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Lint now that we know the checks fail appropriately when they are tripped.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

---------

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
2024-10-17 11:37:57 -05:00
Satadru Pramanik, DO, MPH, MEng
c06b30fa1c Fix issue with overmatching gem names. (#10603)
* Fix issue with overmatching gem names.

Use regex to only match the exact gem name.

Also adjust underscores to dashes if the gem
package name doesn't match a gem name.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Show package names when showing update status.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Update installer to record pre-installed gems.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Handle gem version lists sometimes not being sorted.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

---------

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
2024-10-13 14:09:59 -05:00
Satadru Pramanik, DO, MPH, MEng
419ff87c67 Fix buildsystems/autotools install_extras, Update mpc, mpfr, gawk, autoconf_archive, sphinx (#10600)
* Fix buildsystems/autotools install_extras, update mpc, mpfr, gawk, autoconf_archive, sphinx, update reviewdog to add reviews to PR

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Fix issue with getrealdeps invocation fails during a upx or gawk install.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

---------

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
2024-10-12 21:15:42 -05:00
Maximilian Downey Twiss
24785693ef Properly fix rubocop workflow (#10428) 2024-09-05 20:01:47 -04:00
Maximilian Downey Twiss
32810e74af Fix rubocop workflow (#10427) 2024-09-05 18:16:08 -05:00
Maximilian Downey Twiss
86a7814bda Convert workflows to use reviewdog, run rubocop on tree (#8939) 2023-11-13 02:46:43 -05:00
Maximilian Downey Twiss
3e2fa11072 Update workflows to actions/checkout@v4 (#8938) 2023-11-13 00:40:15 -05:00
Maximilian Downey Twiss
41a708c1c5 Refactor workflow files (#8355)
* Refactor workflow files

* Fix YAMLlint errors
2023-06-13 23:42:56 -04:00
Ed Reel
1cfbd37b89 Add linters to GitHub Actions workflow (#7535) 2022-10-23 21:10:51 -04:00
Ed Reel
c29197445a Fix 3:5 [comments] too few spaces before comment in Rubocop.yml (#7534)
Co-authored-by: chronos <no-reply@github.com>
2022-10-23 13:53:33 -04:00
Ed Reel
a87168fea8 Add ruby syntax check to Rubocop.yml (#7530)
Co-authored-by: chronos <no-reply@github.com>
2022-10-23 13:47:09 -04:00
supechicken
db5a2c68e6 Disable And/Or check, re-enable trailing space check (#7456) 2022-10-04 09:16:08 -04:00
Maximilian Downey Twiss
4ae7b01a50 Fix CI (#7325) 2022-08-22 19:50:56 -04:00
Maximilian Downey Twiss
de24923ee8 Add Rubocop CI (#7083)
* Rename IgnoredPatterns to AllowedPatterns.

* Exclude docopt.rb (not our code) from Rubocop

* Disable Style/RedundantReturn

* Disable Style/MutableConstant

* Disable Style/NumericLiterals

* Set Layout/IndentationStyle to spaces

* Temporarily disable various cops.

* Add Rubocop CI via Octocop

* Lint tree with rubocop -A -c .rubocop.yml

Co-authored-by: Satadru Pramanik <satadru@gmail.com>
2022-08-22 13:31:25 -04:00