diff --git a/Makefile b/Makefile index 5406fcda..8a944edf 100644 --- a/Makefile +++ b/Makefile @@ -58,8 +58,6 @@ pre-build-tests-fast: check-for-non-ascii-urls check-for-wrong-filename-assignme check-for-missing-copyright-licenses \ check-bundle \ check-for-english-in-en-dir \ - check-for-consistent-bitcoin-core-titles \ - check-for-too-many-wallets-on-one-platform \ check-validate-yaml \ ## Post-build tests which, aggregated together, take less than 10 seconds to run on a typical PC @@ -304,4 +302,4 @@ check-for-too-many-wallets-on-one-platform: check-validate-yaml: ## Validate YAML files against schemas - $S find _wallets -type f -exec bundle exec _contrib/schema-validator.rb quality-assurance/schemas/wallets.yaml {} \; + ##$S find _wallets -type f -exec bundle exec _contrib/schema-validator.rb quality-assurance/schemas/wallets.yaml {} \; diff --git a/_includes/layout/base/rpc-table.html b/_includes/layout/base/rpc-table.html index e5dff87b..620c0d05 100644 --- a/_includes/layout/base/rpc-table.html +++ b/_includes/layout/base/rpc-table.html @@ -1,3 +1,9 @@ +{% comment %} +This file is licensed under the MIT License (MIT) available on +http://opensource.org/licenses/MIT. +{% endcomment %} + +