Commit Graph

12 Commits

Author SHA1 Message Date
Maximilian Downey Twiss
33901368d7 Enable more rubocop cops (#9980)
* Remove self.check in python3.rb as tests were not actuallly being run

* Enable Lint/ImplicitStringConcatenation cop

* Enable Layout/CommentIndentation cop

* Remove unnecessary configuration of Layout/IndentationStyle to EnforcedStyle: spaces, as this is already the default

* Enable Layout/LeadingCommentSpace cop

* Enable Layout/SpaceInsideBlockBraces cop

* Enable Layout/SpaceInsideParens cop

* Enable Layout/TrailingEmptyLines cop

* Enable Lint/LiteralAsCondition cop

* Document the current issue stopping us from enabling Style/OptionalBooleanParameter

* Stop downloading our rubocop config when installing ruby_rubocop
2024-06-17 16:19:11 -04:00
Maximilian Downey Twiss
eddca7e0e8 Enable additional temporarily disabled cops (#9394) 2024-03-01 12:24:31 -05:00
supechicken
1a388067eb jdk: Fix order in option message (#7500)
* Fix `jdk`

* Fix syntax error

* Sort results

* Make rubocop happy
2022-10-16 02:15:47 -05:00
supechicken
4f840557db lib/selector: Add selector library, apply to jdk and hunspell (#7473)
* Add selector library, apply to `jdk` and `hunspell`

* Make rubocop happy

* Fix syntax error

* jdk: Fetch version from packages

* Auto update version number

* hunspell: wrap with `ARGV.include?`

* Fix syntax error

* Make rubocop happy

* jdk: use `Dir[]`

* Generate options dynamically
2022-10-16 00:32:23 -05:00
Etienne Leroy
9672b3adad fix - jdk version hotfix - version update hotfix for jdk11 & jdk (#7356)
* fix - jdk version hotfix - version update hotfix for jdk11 & jdk

* mod - jdk11 package - stdout with #version variable

Co-authored-by: etienne.leroy <etienne.leroy@epitech.eu>
2022-09-06 13:50:50 -05: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
Ed Reel
94076352b7 Update jdk packages (#7095)
* Revert d3038e0805

* Update jdk packages 8u333-18.0.1.1

Remove jdk15 and jdk16 (no longer available)
2022-05-30 11:27:13 -04:00
Ed Reel
c6625ef080 Update jdk packages 8u321-17.0.2 => 8u331-18.0.1 (#7009) 2022-04-25 15:15:27 -04:00
Ed Reel
80aaee5713 Update jdk packages (#6692)
jdk8 8u311 => 8u321
jdk11 11.0.12 => 11.0.14
jdk17 17.0.2
2022-01-30 20:14:17 -05:00
Ed Reel
f97aa4b633 Add jdk16 package (#6050)
Include preflight fake packages in dependency resolver
2021-08-08 22:37:37 -04:00
saltedcoffii
c00a9d11f0 Licensed ha* to kz* and other minor changes 2021-03-19 23:04:55 -04:00
Ed Reel
e2863b90d0 Update jdk packages (#5417)
- Update jdk8 from 8u271 to 8u281
- Update jdk11 from 11.0.9 to 11.0.10
- Add jdk15 package
- Add jdk package
- Add pre-built binaries
2021-03-14 22:29:52 -04:00