File tree 5 files changed +336
-270
lines changed 5 files changed +336
-270
lines changed Original file line number Diff line number Diff line change 50
50
51
51
- name : Ember template lint
52
52
if : ${{ always() }}
53
- run : |
54
- if [ 0 -lt $(find assets/javascripts -type f -name "*.hbs" 2> /dev/null | wc -l) ]; then
55
- yarn ember-template-lint assets/javascripts
56
- fi
53
+ run : yarn ember-template-lint --no-error-on-unmatched-pattern assets/javascripts
57
54
58
55
- name : Rubocop
59
56
if : ${{ always() }}
Original file line number Diff line number Diff line change 1
1
node_modules
2
+ /gems
3
+ /auto_generated
Original file line number Diff line number Diff line change 3
3
specs:
4
4
ast (2.4.2 )
5
5
parallel (1.22.1 )
6
- parser (3.1.1 .0 )
6
+ parser (3.1.2 .0 )
7
7
ast (~> 2.4.1 )
8
8
rainbow (3.1.1 )
9
- regexp_parser (2.2.1 )
9
+ regexp_parser (2.5.0 )
10
10
rexml (3.2.5 )
11
- rubocop (1.26 .1 )
11
+ rubocop (1.30 .1 )
12
12
parallel (~> 1.10 )
13
13
parser (>= 3.1.0.0 )
14
14
rainbow (>= 2.2.2 , < 4.0 )
15
15
regexp_parser (>= 1.8 , < 3.0 )
16
- rexml
17
- rubocop-ast (>= 1.16 .0 , < 2.0 )
16
+ rexml ( >= 3.2.5 , < 4.0 )
17
+ rubocop-ast (>= 1.18 .0 , < 2.0 )
18
18
ruby-progressbar (~> 1.7 )
19
19
unicode-display_width (>= 1.4.0 , < 3.0 )
20
- rubocop-ast (1.16 .0 )
20
+ rubocop-ast (1.18 .0 )
21
21
parser (>= 3.1.1.0 )
22
22
rubocop-discourse (2.5.0 )
23
23
rubocop (>= 1.1.0 )
24
24
rubocop-rspec (>= 2.0.0 )
25
- rubocop-rspec (2.9.0 )
25
+ rubocop-rspec (2.11.1 )
26
26
rubocop (~> 1.19 )
27
27
ruby-progressbar (1.11.0 )
28
28
unicode-display_width (2.1.0 )
29
29
30
30
PLATFORMS
31
+ arm64-darwin-20
31
32
ruby
33
+ x86_64-darwin-18
34
+ x86_64-darwin-19
35
+ x86_64-darwin-20
36
+ x86_64-linux
32
37
33
38
DEPENDENCIES
34
39
rubocop-discourse
35
40
36
41
BUNDLED WITH
37
- 2.1.4
42
+ 2.3.10
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " discourse-oauth2-basic" ,
3
3
"version" : " 1.0.0" ,
4
- "repository" : " git@ github.com: discourse/discourse-oauth2-basic.git " ,
4
+ "repository" : " https:// github.com/ discourse/discourse-oauth2-basic" ,
5
5
"author" : " Discourse" ,
6
6
"license" : " MIT" ,
7
7
"devDependencies" : {
8
- "eslint-config-discourse" : " ^3.0 .0"
8
+ "eslint-config-discourse" : " ^3.1 .0"
9
9
}
10
10
}
You can’t perform that action at this time.
0 commit comments