Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add platforms schema.json #298

Merged
merged 6 commits into from
Feb 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ gem 'sqlite3'

group :test do
gem 'code-scanning-rubocop'
gem 'json_schemer'
gem 'jtd'
gem 'rspec'
gem 'rubocop'
end
13 changes: 2 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,11 @@ GEM
gyoku (1.4.0)
builder (>= 2.1.2)
rexml (~> 3.0)
hana (1.3.7)
httpclient (2.8.3)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
json (2.7.1)
json_schemer (2.1.1)
hana (~> 1.3)
regexp_parser (~> 2.0)
simpleidn (~> 0.2)
jtd (0.1.6)
jwt (2.2.3)
language_server-protocol (3.17.0.3)
little-plugger (1.1.4)
Expand Down Expand Up @@ -141,16 +137,11 @@ GEM
sentry-ruby-core (4.7.1)
concurrent-ruby
faraday
simpleidn (0.2.1)
unf (~> 0.1.4)
sqlite3 (1.6.6)
mini_portile2 (~> 2.8.0)
stringio (3.0.8)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unf (0.1.4)
unf_ext
unf_ext (0.0.9.1)
unicode-display_width (2.5.0)
uri (0.13.0)
winrm (2.3.4)
Expand Down Expand Up @@ -178,7 +169,7 @@ DEPENDENCIES
dotenv
dropbox_api
filelock
json_schemer
jtd
mono_logger
octokit
openssl
Expand Down
1 change: 0 additions & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@
"test_engine": "hcktest",
"install_engine": "hckinstall",
"config_engine": "config_manager",
"setupmanager": "qemuhck",
"time_out": "9"
}
266 changes: 0 additions & 266 deletions drivers.json

This file was deleted.

Loading
Loading