Skip to content

Commit 3e56677

Browse files
authored
Merge branch 'main' into main
2 parents afdb967 + a2e69ac commit 3e56677

File tree

5 files changed

+16
-1
lines changed

5 files changed

+16
-1
lines changed

collections/learn-to-code/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ items:
3333
- gothinkster/realworld
3434
- thedaviddias/Front-End-Checklist
3535
- gustavofreze/kotlin4noobs
36+
- hexlet-basics/hexlet-basics
37+
- hexlet-codebattle/codebattle
38+
- Hexlet/hexletguides.github.io
3639

3740
display_name: Learn to Code
3841
created_by: alysonla

collections/made-in-brazil/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ items:
2424
- githubpresente/octogatosconf22
2525
- github/brasil
2626
- raphamorim/rio
27+
- avelino/awesome-go
2728

2829
display_name: Made in Brazil
2930
created_by: caarlos0

test/test_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ def add_message(type, file, line_number, message)
268268
client.messages << "::#{type} file=#{file},line=#{line_number}::#{message}"
269269
end
270270

271-
MiniTest.after_run do
271+
Minitest.after_run do
272272
warn "Repo checks were rate limited during this CI run" if NewOctokit.repos_skipped?
273273
warn "User checks were rate limited during this CI run" if NewOctokit.users_skipped?
274274
warn "Repo api was called #{NewOctokit.repo_request_count} times!"

topics/suckless/index.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
aliases: suckless-org
3+
created_by: Anselm R. Garbe
4+
display_name: suckless.org
5+
logo: suckless.png
6+
short_description: software that sucks less.
7+
topic: suckless
8+
url: https://suckless.org/
9+
wikipedia_url: https://en.wikipedia.org/wiki/Suckless.org
10+
---
11+
Suckless software is quality software with a focus on simplicity, clarity, and frugality.

topics/suckless/suckless.png

536 Bytes
Loading

0 commit comments

Comments
 (0)