mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-23 22:25:42 +00:00
Add missing licenses and tune the scanning workflow (#1288)
* Add missing Cumulus licenses * Typo * Add missing Substrate licenses * Single job checking the sub-repos in steps * Remove dates * Remove dates * Add missing (C) * Update FRAME UI tests Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Update more UI tests Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> --------- Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
This commit is contained in:
@@ -1,3 +1,20 @@
|
||||
// This file is part of Substrate.
|
||||
|
||||
// Copyright (C) Parity Technologies (UK) Ltd.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
use frame_election_provider_solution_type::generate_solution_type;
|
||||
use honggfuzz::fuzz;
|
||||
use sp_arithmetic::Percent;
|
||||
|
||||
+17
@@ -1,3 +1,20 @@
|
||||
// This file is part of Substrate.
|
||||
|
||||
// Copyright (C) Parity Technologies (UK) Ltd.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
use frame_election_provider_solution_type::generate_solution_type;
|
||||
|
||||
generate_solution_type!(pub struct TestSolution::<
|
||||
|
||||
+4
-4
@@ -1,5 +1,5 @@
|
||||
error: Expected binding: `Accuracy = ...`
|
||||
--> $DIR/missing_accuracy.rs:6:2
|
||||
|
|
||||
6 | Perbill,
|
||||
| ^^^^^^^
|
||||
--> tests/ui/fail/missing_accuracy.rs:23:2
|
||||
|
|
||||
23 | Perbill,
|
||||
| ^^^^^^^
|
||||
|
||||
+17
@@ -1,3 +1,20 @@
|
||||
// This file is part of Substrate.
|
||||
|
||||
// Copyright (C) Parity Technologies (UK) Ltd.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
use frame_election_provider_solution_type::generate_solution_type;
|
||||
|
||||
generate_solution_type!(pub struct TestSolution::<
|
||||
|
||||
+4
-4
@@ -1,5 +1,5 @@
|
||||
error: Expected binding: `MaxVoters = ...`
|
||||
--> tests/ui/fail/missing_size_bound.rs:7:2
|
||||
|
|
||||
7 | ConstU32::<10>,
|
||||
| ^^^^^^^^^^^^^^
|
||||
--> tests/ui/fail/missing_size_bound.rs:24:2
|
||||
|
|
||||
24 | ConstU32::<10>,
|
||||
| ^^^^^^^^^^^^^^
|
||||
|
||||
+17
@@ -1,3 +1,20 @@
|
||||
// This file is part of Substrate.
|
||||
|
||||
// Copyright (C) Parity Technologies (UK) Ltd.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
use frame_election_provider_solution_type::generate_solution_type;
|
||||
|
||||
generate_solution_type!(pub struct TestSolution::<
|
||||
|
||||
+4
-4
@@ -1,5 +1,5 @@
|
||||
error: Expected binding: `TargetIndex = ...`
|
||||
--> $DIR/missing_target.rs:5:2
|
||||
|
|
||||
5 | u8,
|
||||
| ^^
|
||||
--> tests/ui/fail/missing_target.rs:22:2
|
||||
|
|
||||
22 | u8,
|
||||
| ^^
|
||||
|
||||
+17
@@ -1,3 +1,20 @@
|
||||
// This file is part of Substrate.
|
||||
|
||||
// Copyright (C) Parity Technologies (UK) Ltd.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
use frame_election_provider_solution_type::generate_solution_type;
|
||||
|
||||
generate_solution_type!(pub struct TestSolution::<
|
||||
|
||||
+4
-4
@@ -1,5 +1,5 @@
|
||||
error: Expected binding: `VoterIndex = ...`
|
||||
--> $DIR/missing_voter.rs:4:2
|
||||
|
|
||||
4 | u16,
|
||||
| ^^^
|
||||
--> tests/ui/fail/missing_voter.rs:21:2
|
||||
|
|
||||
21 | u16,
|
||||
| ^^^
|
||||
|
||||
+17
@@ -1,3 +1,20 @@
|
||||
// This file is part of Substrate.
|
||||
|
||||
// Copyright (C) Parity Technologies (UK) Ltd.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
use frame_election_provider_solution_type::generate_solution_type;
|
||||
|
||||
generate_solution_type!(pub struct TestSolution::<
|
||||
|
||||
+4
-4
@@ -1,5 +1,5 @@
|
||||
error: Expected binding: `VoterIndex = ...`
|
||||
--> $DIR/no_annotations.rs:4:2
|
||||
|
|
||||
4 | u16,
|
||||
| ^^^
|
||||
--> tests/ui/fail/no_annotations.rs:21:2
|
||||
|
|
||||
21 | u16,
|
||||
| ^^^
|
||||
|
||||
+17
@@ -1,3 +1,20 @@
|
||||
// This file is part of Substrate.
|
||||
|
||||
// Copyright (C) Parity Technologies (UK) Ltd.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
use frame_election_provider_solution_type::generate_solution_type;
|
||||
|
||||
generate_solution_type!(pub struct TestSolution::<
|
||||
|
||||
+4
-4
@@ -1,5 +1,5 @@
|
||||
error: Expected `VoterIndex`
|
||||
--> $DIR/swap_voter_target.rs:4:2
|
||||
|
|
||||
4 | TargetIndex = u16,
|
||||
| ^^^^^^^^^^^
|
||||
--> tests/ui/fail/swap_voter_target.rs:21:2
|
||||
|
|
||||
21 | TargetIndex = u16,
|
||||
| ^^^^^^^^^^^
|
||||
|
||||
+17
@@ -1,3 +1,20 @@
|
||||
// This file is part of Substrate.
|
||||
|
||||
// Copyright (C) Parity Technologies (UK) Ltd.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
use frame_election_provider_solution_type::generate_solution_type;
|
||||
|
||||
generate_solution_type!(
|
||||
|
||||
+4
-4
@@ -1,5 +1,5 @@
|
||||
error: compact solution can accept only #[compact]
|
||||
--> $DIR/wrong_attribute.rs:4:2
|
||||
|
|
||||
4 | #[pages(1)] pub struct TestSolution::<
|
||||
| ^^^^^^^^^^^
|
||||
--> tests/ui/fail/wrong_attribute.rs:21:2
|
||||
|
|
||||
21 | #[pages(1)] pub struct TestSolution::<
|
||||
| ^^^^^^^^^^^
|
||||
|
||||
Reference in New Issue
Block a user