Skip to content

Commit 52a2630

Browse files
committed
init
0 parents  commit 52a2630

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+4866
-0
lines changed

.discourse-compatibility

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
< 3.5.0.beta1-dev: 3f4efc661ea1328dd978ff444fc88502cd769276
2+
< 3.4.0.beta1-dev: d49727ac94a138fa5544a85677b9a59bf783b7f1
3+
< 3.3.0.beta1-dev: 1ad74452d38f5449a46bd36b5cc93988a95c9a6c
4+
3.1.999: d206e14b51cf7a72bc175963ad99c9572a18be5d
5+
3.1.0.beta3: 8be5bef97767262d1a727773f6aafc0addab9b0c
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Discourse Theme
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
pull_request:
8+
9+
jobs:
10+
ci:
11+
uses: discourse/.github/.github/workflows/discourse-theme.yml@v1

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
node_modules
2+
.discourse-site

.npmrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
engine-strict = true
2+
auto-install-peers = false

.prettierrc.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module.exports = require("@discourse/lint-configs/prettier");

.rubocop.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
inherit_gem:
2+
rubocop-discourse: stree-compat.yml

.streerc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
--print-width=100
2+
--plugins=plugin/trailing_comma,plugin/disable_auto_ternary

.template-lintrc.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module.exports = require("@discourse/lint-configs/template-lint");

Gemfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# frozen_string_literal: true
2+
3+
source "https://rubygems.org"
4+
5+
group :development do
6+
gem "rubocop-discourse"
7+
gem "syntax_tree"
8+
end

Gemfile.lock

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
activesupport (7.2.1.1)
5+
base64
6+
bigdecimal
7+
concurrent-ruby (~> 1.0, >= 1.3.1)
8+
connection_pool (>= 2.2.5)
9+
drb
10+
i18n (>= 1.6, < 2)
11+
logger (>= 1.4.2)
12+
minitest (>= 5.1)
13+
securerandom (>= 0.3)
14+
tzinfo (~> 2.0, >= 2.0.5)
15+
ast (2.4.2)
16+
base64 (0.2.0)
17+
bigdecimal (3.1.8)
18+
concurrent-ruby (1.3.4)
19+
connection_pool (2.4.1)
20+
drb (2.2.1)
21+
i18n (1.14.6)
22+
concurrent-ruby (~> 1.0)
23+
json (2.7.2)
24+
language_server-protocol (3.17.0.3)
25+
logger (1.6.1)
26+
minitest (5.25.1)
27+
parallel (1.26.3)
28+
parser (3.3.5.0)
29+
ast (~> 2.4.1)
30+
racc
31+
prettier_print (1.2.1)
32+
racc (1.8.1)
33+
rack (3.1.8)
34+
rainbow (3.1.1)
35+
regexp_parser (2.9.2)
36+
rubocop (1.67.0)
37+
json (~> 2.3)
38+
language_server-protocol (>= 3.17.0)
39+
parallel (~> 1.10)
40+
parser (>= 3.3.0.2)
41+
rainbow (>= 2.2.2, < 4.0)
42+
regexp_parser (>= 2.4, < 3.0)
43+
rubocop-ast (>= 1.32.2, < 2.0)
44+
ruby-progressbar (~> 1.7)
45+
unicode-display_width (>= 2.4.0, < 3.0)
46+
rubocop-ast (1.32.3)
47+
parser (>= 3.3.1.0)
48+
rubocop-capybara (2.21.0)
49+
rubocop (~> 1.41)
50+
rubocop-discourse (3.8.2)
51+
activesupport (>= 6.1)
52+
rubocop (>= 1.59.0)
53+
rubocop-capybara (>= 2.0.0)
54+
rubocop-factory_bot (>= 2.0.0)
55+
rubocop-rails (>= 2.25.0)
56+
rubocop-rspec (>= 3.0.1)
57+
rubocop-rspec_rails (>= 2.30.0)
58+
rubocop-factory_bot (2.26.1)
59+
rubocop (~> 1.61)
60+
rubocop-rails (2.26.2)
61+
activesupport (>= 4.2.0)
62+
rack (>= 1.1)
63+
rubocop (>= 1.52.0, < 2.0)
64+
rubocop-ast (>= 1.31.1, < 2.0)
65+
rubocop-rspec (3.1.0)
66+
rubocop (~> 1.61)
67+
rubocop-rspec_rails (2.30.0)
68+
rubocop (~> 1.61)
69+
rubocop-rspec (~> 3, >= 3.0.1)
70+
ruby-progressbar (1.13.0)
71+
securerandom (0.3.1)
72+
syntax_tree (6.2.0)
73+
prettier_print (>= 1.2.0)
74+
tzinfo (2.0.6)
75+
concurrent-ruby (~> 1.0)
76+
unicode-display_width (2.6.0)
77+
78+
PLATFORMS
79+
arm64-darwin-23
80+
ruby
81+
82+
DEPENDENCIES
83+
rubocop-discourse
84+
syntax_tree
85+
86+
BUNDLED WITH
87+
2.5.21

0 commit comments

Comments
 (0)