Commit 4e482e9
committed
remove unnecessary nolints
1 parent 8b9db39 commit 4e482e9
3 files changed
Lines changed: 5 additions & 9 deletions
File tree
- external
- include/phasar/PhasarLLVM/DataFlowSolver/IfdsIde/Solver
Submodule googletest updated 115 files
Submodule json-schema-validator updated 63 files
- .travis.yml+1-10
- CMakeLists.txt+27-54
- README.md+3-46
- app/format.cpp-54
- cmake/HunterGate.cmake-539
- example/cmake-submodule/CMakeLists.txt-24
- example/cmake-submodule/validate.cpp-20
- nlohmann_json_schema_validatorConfig.cmake.in+11-6
- src/json-patch.cpp+1-1
- src/json-uri.cpp+1-1
- src/json-validator.cpp+48-164
- src/nlohmann/json-schema.hpp+12-12
- src/string-format-check.cpp+9-16
- test/CMakeLists.txt-14
- test/JSON-Schema-Test-Suite/CMakeLists.txt+2-2
- test/JSON-Schema-Test-Suite/json-schema-test.cpp+1-46
- test/JSON-Schema-Test-Suite/remotes/baseUriChange/folderInteger.json-3
- test/JSON-Schema-Test-Suite/remotes/baseUriChangeFolder/folderInteger.json-3
- test/JSON-Schema-Test-Suite/remotes/baseUriChangeFolderInSubschema/folderInteger.json-3
- test/JSON-Schema-Test-Suite/remotes/ref-and-definitions.json-11
- test/JSON-Schema-Test-Suite/remotes/ref-and-defs.json-11
- test/JSON-Schema-Test-Suite/tests/draft7/additionalItems.json+3-65
- test/JSON-Schema-Test-Suite/tests/draft7/additionalProperties.json+1-1
- test/JSON-Schema-Test-Suite/tests/draft7/allOf.json-50
- test/JSON-Schema-Test-Suite/tests/draft7/const.json-100
- test/JSON-Schema-Test-Suite/tests/draft7/contains.json-29
- test/JSON-Schema-Test-Suite/tests/draft7/default.json-30
- test/JSON-Schema-Test-Suite/tests/draft7/definitions.json+8-2
- test/JSON-Schema-Test-Suite/tests/draft7/enum.json-26
- test/JSON-Schema-Test-Suite/tests/draft7/id.json-53
- test/JSON-Schema-Test-Suite/tests/draft7/if-then-else.json-70
- test/JSON-Schema-Test-Suite/tests/draft7/infinite-loop-detection.json-36
- test/JSON-Schema-Test-Suite/tests/draft7/maxProperties.json-16
- test/JSON-Schema-Test-Suite/tests/draft7/multipleOf.json-11
- test/JSON-Schema-Test-Suite/tests/draft7/optional/float-overflow.json-13
- test/JSON-Schema-Test-Suite/tests/draft7/optional/format/date-time.json-10
- test/JSON-Schema-Test-Suite/tests/draft7/optional/format/date.json-10
- test/JSON-Schema-Test-Suite/tests/draft7/optional/format/ecmascript-regex.json+16-95
- test/JSON-Schema-Test-Suite/tests/draft7/optional/format/email.json-35
- test/JSON-Schema-Test-Suite/tests/draft7/optional/format/hostname.json-35
- test/JSON-Schema-Test-Suite/tests/draft7/optional/format/idn-email.json-10
- test/JSON-Schema-Test-Suite/tests/draft7/optional/format/idn-hostname.json-246
- test/JSON-Schema-Test-Suite/tests/draft7/optional/format/ipv4.json-16
- test/JSON-Schema-Test-Suite/tests/draft7/optional/format/ipv6.json-125
- test/JSON-Schema-Test-Suite/tests/draft7/optional/format/iri.json+1-1
- test/JSON-Schema-Test-Suite/tests/draft7/optional/format/time.json-75
- test/JSON-Schema-Test-Suite/tests/draft7/optional/format/uri.json+1-6
- test/JSON-Schema-Test-Suite/tests/draft7/patternProperties.json-5
- test/JSON-Schema-Test-Suite/tests/draft7/ref.json+33-166
- test/JSON-Schema-Test-Suite/tests/draft7/refRemote.json+3-26
- test/JSON-Schema-Test-Suite/tests/draft7/uniqueItems.json+1-41
- test/JSON-Schema-Test-Suite/tests/draft7/unknownKeyword.json-56
- test/binary-validation.cpp-175
- test/issue-117-format-error.cpp-69
- test/issue-143/CMakeLists.txt-13
- test/issue-143/instance-fail-1.json-4
- test/issue-143/instance-fail-a.json-4
- test/issue-143/instance.json-4
- test/issue-143/schema.json-21
- test/issue-149-entry-selection.cpp-93
- test/issue-25-default-values.cpp+59-133
- test/string-format-check-test.cpp+1-2
- test/test-pipe-in.sh+1-1
Lines changed: 3 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
614 | 614 | | |
615 | 615 | | |
616 | 616 | | |
617 | | - | |
618 | | - | |
| 617 | + | |
619 | 618 | | |
620 | 619 | | |
621 | 620 | | |
622 | 621 | | |
623 | | - | |
624 | | - | |
| 622 | + | |
625 | 623 | | |
626 | 624 | | |
627 | 625 | | |
| |||
1092 | 1090 | | |
1093 | 1091 | | |
1094 | 1092 | | |
1095 | | - | |
1096 | | - | |
1097 | | - | |
| 1093 | + | |
1098 | 1094 | | |
1099 | 1095 | | |
1100 | 1096 | | |
| |||
0 commit comments