Skip to content

Commit

Permalink
feat: implement dependecy checking for each module
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilbaczek committed Dec 28, 2023
1 parent b5fd1bf commit c05422d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 41 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
namespace EvolutionaryArchitecture.Fitnet.ArchitectureTests.Common.Predicates;

using NetArchTest.Rules;

internal static class PredicatesExtensions
{
internal static string[] GetModuleTypes(this PredicateList predicates) =>
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
global using System.Reflection;
global using EvolutionaryArchitecture.Fitnet.ArchitectureTests.Common.Predicates;
global using FluentAssertions;
global using NetArchTest.Rules;
global using Xunit;

0 comments on commit c05422d

Please sign in to comment.