DEV: Update linting setup (#530)

This commit is contained in:
Jarek Radosz 2023-11-19 22:43:52 +01:00 committed by GitHub
parent 2c6ca25c9f
commit 190017f241
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 32 additions and 9 deletions

View File

@ -2,7 +2,6 @@ GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
ast (2.4.2) ast (2.4.2)
base64 (0.1.1)
json (2.6.3) json (2.6.3)
language_server-protocol (3.17.0.3) language_server-protocol (3.17.0.3)
parallel (1.23.0) parallel (1.23.0)
@ -10,12 +9,11 @@ GEM
ast (~> 2.4.1) ast (~> 2.4.1)
racc racc
prettier_print (1.2.1) prettier_print (1.2.1)
racc (1.7.1) racc (1.7.3)
rainbow (3.1.1) rainbow (3.1.1)
regexp_parser (2.8.2) regexp_parser (2.8.2)
rexml (3.2.6) rexml (3.2.6)
rubocop (1.57.1) rubocop (1.57.2)
base64 (~> 0.1.1)
json (~> 2.3) json (~> 2.3)
language_server-protocol (>= 3.17.0) language_server-protocol (>= 3.17.0)
parallel (~> 1.10) parallel (~> 1.10)
@ -26,17 +24,17 @@ GEM
rubocop-ast (>= 1.28.1, < 2.0) rubocop-ast (>= 1.28.1, < 2.0)
ruby-progressbar (~> 1.7) ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0) unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.29.0) rubocop-ast (1.30.0)
parser (>= 3.2.1.0) parser (>= 3.2.1.0)
rubocop-capybara (2.19.0) rubocop-capybara (2.19.0)
rubocop (~> 1.41) rubocop (~> 1.41)
rubocop-discourse (3.4.0) rubocop-discourse (3.4.1)
rubocop (>= 1.1.0) rubocop (>= 1.1.0)
rubocop-rspec (>= 2.0.0) rubocop-rspec (>= 2.0.0)
rubocop-factory_bot (2.24.0) rubocop-factory_bot (2.24.0)
rubocop (~> 1.33) rubocop (~> 1.33)
rubocop-rspec (2.24.1) rubocop-rspec (2.25.0)
rubocop (~> 1.33) rubocop (~> 1.40)
rubocop-capybara (~> 2.17) rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22) rubocop-factory_bot (~> 2.22)
ruby-progressbar (1.13.0) ruby-progressbar (1.13.0)
@ -46,6 +44,7 @@ GEM
PLATFORMS PLATFORMS
ruby ruby
x86_64-linux
DEPENDENCIES DEPENDENCIES
rubocop-discourse rubocop-discourse

View File

@ -6,7 +6,7 @@
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@discourse/lint-configs": "^1.0.0", "@discourse/lint-configs": "^1.0.0",
"ember-template-lint": "^5.11.2", "ember-template-lint": "^5.12.0",
"eslint": "^8.51.0", "eslint": "^8.51.0",
"prettier": "^2.8.8" "prettier": "^2.8.8"
} }

View File

@ -1242,6 +1242,30 @@ ember-template-lint@^5.11.2:
v8-compile-cache "^2.3.0" v8-compile-cache "^2.3.0"
yargs "^17.7.2" yargs "^17.7.2"
ember-template-lint@^5.12.0:
version "5.12.0"
resolved "https://registry.yarnpkg.com/ember-template-lint/-/ember-template-lint-5.12.0.tgz#aeb93e41c002c1da3a5a8f91439d68f4db4da12a"
integrity sha512-QY3VVwuaYACOmOtF0VzQUUA8p6AYE3VC2LW/4RLsi6B5oa2E8wCfJwyo4wcXKLQb+eSqDMYmD/PQ4iizFFpz5g==
dependencies:
"@lint-todo/utils" "^13.1.1"
aria-query "^5.3.0"
chalk "^5.3.0"
ci-info "^3.8.0"
date-fns "^2.30.0"
ember-template-imports "^3.4.2"
ember-template-recast "^6.1.4"
eslint-formatter-kakoune "^1.0.0"
find-up "^6.3.0"
fuse.js "^6.5.3"
get-stdin "^9.0.0"
globby "^13.2.2"
is-glob "^4.0.3"
language-tags "^1.0.8"
micromatch "^4.0.5"
resolve "^1.22.3"
v8-compile-cache "^2.3.0"
yargs "^17.7.2"
ember-template-recast@^6.1.4: ember-template-recast@^6.1.4:
version "6.1.4" version "6.1.4"
resolved "https://registry.yarnpkg.com/ember-template-recast/-/ember-template-recast-6.1.4.tgz#e964c184adfd876878009f8aa0b84c95633fce20" resolved "https://registry.yarnpkg.com/ember-template-recast/-/ember-template-recast-6.1.4.tgz#e964c184adfd876878009f8aa0b84c95633fce20"