Skip to content

Commit

Permalink
fix linter complaint about missing patch_type and patch_description
Browse files Browse the repository at this point in the history
  • Loading branch information
garethsb committed Nov 8, 2022
1 parent 333b3de commit b86319f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions recipes/json-schema-validator/all/conandata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,9 @@ sources:
patches:
"2.1.0":
- patch_file: "patches/2.1.0-cmake_minimum_version.patch"
patch_type: conan
patch_description: "CMake: cmake_minimum_version() before project()"
"2.0.0":
- patch_file: "patches/2.0.0-cmake_minimum_version.patch"
patch_type: conan
patch_description: "CMake: cmake_minimum_version() before project()"

0 comments on commit b86319f

Please sign in to comment.