Skip to content

Commit

Permalink
fix: validation display mix up
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldtse committed May 13, 2024
1 parent 97d4ac8 commit d4656ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/expressir/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ def _print_validation_errors(type, array)

desc "validate *PATH", "validate EXPRESS schema located at PATH"
def validate(*paths) # rubocop:disable Metrics/AbcSize,Metrics/MethodLength
no_version = no_valid = []
no_version = []
no_valid = []

paths.each do |path|
x = Pathname.new(path).realpath.relative_path_from(Dir.pwd)
Expand Down

0 comments on commit d4656ec

Please sign in to comment.