File tree 4 files changed +17
-2
lines changed 4 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 1
- .PHONY : image test citest integration yarn.lock
1
+ .PHONY : image test citest integration yarn.lock yarn.add
2
2
3
3
IMAGE_NAME ?= codeclimate/codeclimate-eslint
4
4
@@ -26,6 +26,12 @@ test: yarn.lock
26
26
--workdir /usr/src/app \
27
27
$(IMAGE_NAME ) npm run $(NPM_TEST_TARGET )
28
28
29
+ yarn.add :
30
+ docker run -ti --rm \
31
+ -v $(PWD ) :/usr/src/app \
32
+ --workdir /usr/src/app \
33
+ $(IMAGE_NAME ) yarn add $(ARGS )
34
+
29
35
citest :
30
36
docker run --rm \
31
37
--workdir /usr/src/app \
Original file line number Diff line number Diff line change @@ -132,6 +132,7 @@ available in the container.
132
132
* eslint-plugin-drupal
133
133
* eslint-plugin-ember
134
134
* eslint-plugin-es5
135
+ * eslint-plugin-eslint-comments
135
136
* eslint-plugin-flowtype
136
137
* eslint-plugin-html
137
138
* eslint-plugin-import
Original file line number Diff line number Diff line change 49
49
"eslint-plugin-drupal" : " ^0.3.1" ,
50
50
"eslint-plugin-ember" : " ^5.2.0" ,
51
51
"eslint-plugin-es5" : " ^1.2.0" ,
52
+ "eslint-plugin-eslint-comments" : " ^3.0.1" ,
52
53
"eslint-plugin-flowtype" : " ^3.0.0" ,
53
54
"eslint-plugin-html" : " ^4.0.6" ,
54
55
"eslint-plugin-import" : " ^2.13.0" ,
Original file line number Diff line number Diff line change @@ -1710,6 +1710,13 @@ eslint-plugin-es@^1.3.1:
1710
1710
eslint-utils "^1.3.0"
1711
1711
regexpp "^2.0.0"
1712
1712
1713
+ eslint-plugin-eslint-comments@^3.0.1 :
1714
+ version "3.0.1"
1715
+ resolved "https://registry.yarnpkg.com/eslint-plugin-eslint-comments/-/eslint-plugin-eslint-comments-3.0.1.tgz#baafb713584c0de7ee588710720e580bcc28cfbb"
1716
+ dependencies :
1717
+ escape-string-regexp "^1.0.5"
1718
+ ignore "^3.3.8"
1719
+
1713
1720
eslint-plugin-flowtype@2.35.1 :
1714
1721
version "2.35.1"
1715
1722
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.35.1.tgz#9ad98181b467a3645fbd2a8d430393cc17a4ea63"
@@ -2704,7 +2711,7 @@ ignore-walk@^3.0.1:
2704
2711
dependencies :
2705
2712
minimatch "^3.0.4"
2706
2713
2707
- ignore@^3.2.0 :
2714
+ ignore@^3.2.0, ignore@^3.3.8 :
2708
2715
version "3.3.10"
2709
2716
resolved "https://registry.yarnpkg.com/ignore/-/ignore-3.3.10.tgz#0a97fb876986e8081c631160f8f9f389157f0043"
2710
2717
You can’t perform that action at this time.
0 commit comments