Skip to content

Commit 1347d87

Browse files
committed
it's not up to the formatter to decide pass/fail
1 parent 827c41c commit 1347d87

15 files changed

+33
-51
lines changed
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
Passed: 'Header' for 'Fake data'
2-
--------------------------------
1+
'Header' for 'Fake data'
2+
------------------------
33

4-
With approved exceptions:
54
Approved Exception
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Failed: 'Project must not reference dlls from bin or obj directories' for 'TestStack.ConventionTests.Tests'
2-
-----------------------------------------------------------------------------------------------------------
1+
'Project must not reference dlls from bin or obj directories' for 'TestStack.ConventionTests.Tests'
2+
---------------------------------------------------------------------------------------------------
33

44
bin\Debug\ApprovalTests.dll
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
Passed: 'Project must not reference dlls from bin or obj directories' for 'TestStack.ConventionTests.Tests'
2-
-----------------------------------------------------------------------------------------------------------
1+
'Project must not reference dlls from bin or obj directories' for 'TestStack.ConventionTests.Tests'
2+
---------------------------------------------------------------------------------------------------
33

4-
With approved exceptions:
54
bin\Debug\ApprovalTests.dll
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Failed: '.sql Files must be embedded resources' for 'TestStack.ConventionTests.Tests'
2-
-------------------------------------------------------------------------------------
1+
'.sql Files must be embedded resources' for 'TestStack.ConventionTests.Tests'
2+
-----------------------------------------------------------------------------
33

44
Scripts\Script2.sql
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
Passed: '.sql Files must be embedded resources' for 'TestStack.ConventionTests.Tests'
2-
-------------------------------------------------------------------------------------
1+
'.sql Files must be embedded resources' for 'TestStack.ConventionTests.Tests'
2+
-----------------------------------------------------------------------------
33

4-
With approved exceptions:
54
Scripts\Script2.sql
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Failed: 'Types must have a default constructor' for 'nHibernate Entitites'
2-
--------------------------------------------------------------------------
1+
'Types must have a default constructor' for 'nHibernate Entitites'
2+
------------------------------------------------------------------
33

44
TestAssembly.ClassWithNoDefaultCtor
55
TestAssembly.ClassWithPrivateDefaultCtor
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
Passed: 'Types must have a default constructor' for 'nHibernate Entitites'
2-
--------------------------------------------------------------------------
1+
'Types must have a default constructor' for 'nHibernate Entitites'
2+
------------------------------------------------------------------
33

4-
With approved exceptions:
54
TestAssembly.ClassWithNoDefaultCtor
65
TestAssembly.ClassWithPrivateDefaultCtor
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Failed: 'Methods must be virtual' for 'nHibernate Entitites'
2-
------------------------------------------------------------
1+
'Methods must be virtual' for 'nHibernate Entitites'
2+
----------------------------------------------------
33

44
TestAssembly.SampleDomainClass.TestNonVirtual
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
Passed: 'Methods must be virtual' for 'nHibernate Entitites'
2-
------------------------------------------------------------
1+
'Methods must be virtual' for 'nHibernate Entitites'
2+
----------------------------------------------------
33

4-
With approved exceptions:
54
TestAssembly.SampleDomainClass.TestNonVirtual
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
Failed: 'Dtos must be under the 'TestAssembly.Dtos' namespace' for 'TestAssembly types'
2-
---------------------------------------------------------------------------------------
1+
'Dtos must be under the 'TestAssembly.Dtos' namespace' for 'TestAssembly types'
2+
-------------------------------------------------------------------------------
33

44
TestAssembly.SomeDto
55

66

7-
Failed: 'Non-Dtos must not be under the 'TestAssembly.Dtos' namespace' for 'TestAssembly types'
8-
-----------------------------------------------------------------------------------------------
7+
'Non-Dtos must not be under the 'TestAssembly.Dtos' namespace' for 'TestAssembly types'
8+
---------------------------------------------------------------------------------------
99

1010
TestAssembly.Dtos.AnotherClass

0 commit comments

Comments
 (0)