File tree Expand file tree Collapse file tree
StyleCop.Analyzers/StyleCop.Analyzers.Test/ReadabilityRules Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
22// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
33
4+ // Several test methods in this file use the same member data, but in some cases the test does not use all of the
5+ // supported parameters. See https://github.com/xunit/xunit/issues/1556.
6+ #pragma warning disable xUnit1026 // Theory methods should use all of their parameters
7+
48namespace StyleCop . Analyzers . Test . ReadabilityRules
59{
610 using System . Collections . Generic ;
Original file line number Diff line number Diff line change 11// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
22// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
33
4+ // Several test methods in this file use the same member data, but in some cases the test does not use all of the
5+ // supported parameters. See https://github.com/xunit/xunit/issues/1556.
6+ #pragma warning disable xUnit1026 // Theory methods should use all of their parameters
7+
48namespace StyleCop . Analyzers . Test . ReadabilityRules
59{
610 using System . Collections . Generic ;
Original file line number Diff line number Diff line change 11// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
22// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
33
4+ // Several test methods in this file use the same member data, but in some cases the test does not use all of the
5+ // supported parameters. See https://github.com/xunit/xunit/issues/1556.
6+ #pragma warning disable xUnit1026 // Theory methods should use all of their parameters
7+
48namespace StyleCop . Analyzers . Test . ReadabilityRules
59{
610 using System ;
You can’t perform that action at this time.
0 commit comments