Commit Graph

12 Commits

Author SHA1 Message Date
Satadru Pramanik, DO, MPH, MEng
46f9929fd7 update linter config (#8289) 2023-05-22 11:44:18 -05:00
Ed Reel
c5083e50b0 Linter 1.3 => 1.4 (#7796)
Update README.md

Move .mdl_style.rb

Remove debug line

Co-authored-by: chronos <no-reply@github.com>
2023-01-03 16:14:42 +08:00
Ed Reel
f04630f3b9 Linter 1.2 => 1.3 (#7794)
Co-authored-by: chronos <no-reply@github.com>
2023-01-02 22:23:12 -05:00
Satadru Pramanik
47838138db crew: Add cflags for armv7l, add some CREW_ constants (#7585)
* Add armv7l cflags and CREW_KERNEL_VERSION const

* Adjust package code which uses kernel version

* rework logic

* adjust logic

* debugging

* add CREW_IN_CONTAINER

* Use CREW_IN_CONTAINER in packages.

* Add CREW_IS_AMD and CREW_IS_INTEL

* suggested changes

* test new cpu logic

* cleanup cpu logic

* add CREW_CPU_VENDOR

* fix cpu detection on x86

* lint

* fix package dynamic versioning

* lint changes

* update for non-x86, and make linuxheaders a one-shot deal

* add 5.10 x86_64 binaries for linuxheaders

* lint

* suggested changes

* fix musl_linuxheaders

* show container info in sysinfo

* Use CREW_KERNEL_VERSION

* add markdown interpretation code

* refactor markdown code

* modify issue template to get markdown code for crew sysinfo

* attempt to change the issue template to the newer github yaml format

* move issue template to yaml file

* update Linters logic

* lint crew

* update linter.rb too

* bump linter.rb version
2022-11-08 16:18:09 -06:00
Ed Reel
5c596fc384 Disable codespell in Linters.yml (#7542) 2022-10-24 10:48:33 -04:00
Ed Reel
e8f06c79eb Fix case bug in Linters.yml (#7537)
Co-authored-by: chronos <no-reply@github.com>
2022-10-24 10:33:00 -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