Skip to content

Commit

Permalink
TASK: Adapt styleci settings and travis for AFX
Browse files Browse the repository at this point in the history
The AFX tests will be executed with the "Neos tests" configuration
as that captures all tests within the "Neos" folder, no additional
connfiguration needed.
  • Loading branch information
kitsunet committed Nov 27, 2020
1 parent 3d0f13a commit 1b5fb5b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .styleci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ finder:
- "Neos.Diff/Tests"
- "Neos.Fusion/Classes"
- "Neos.Fusion/Tests"
- "Neos.Fusion.Afx/Classes"
- "Neos.Fusion.Afx/Tests"
- "Neos.Media.Browser/Classes"
- "Neos.Media.Browser/Tests"
- "Neos.Media/Classes"
Expand All @@ -18,7 +20,7 @@ finder:
- "Neos.NodeTypes/Tests"
- "Neos.SiteKickstarter/Classes"
- "Neos.SiteKickstarter/Tests"

enabled:
- no_unused_imports
- short_array_syntax

0 comments on commit 1b5fb5b

Please sign in to comment.