-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't consider files that MATLAB wouldn't
In project mode, further exclude files that would not be considered by MATLAB.
- Loading branch information
1 parent
54422a1
commit 1c676f8
Showing
11 changed files
with
111 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
if just ++ not ++ matlab |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
if just ++ not ++ matlab |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
When using an entry-point, we should not pick up files from our path | ||
that MATLAB wouldn't pick up either. | ||
|
||
See: | ||
* https://www.mathworks.com/help/matlab/matlab_env/files-and-folders-that-matlab-accesses.html | ||
* https://www.mathworks.com/help/matlab/matlab_oop/organizing-classes-in-folders.html | ||
|
||
Specifically if a subdirectory not starting with + or @ is in a | ||
directory on the path, we do not consider it. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
--entry-point=potato |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
if just ++ not ++ matlab |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
project_root | ||
|
||
entrypoint "potato" {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
=== STYLE === | ||
MISS_HIT Style Summary: 2 file(s) analysed, everything seems fine | ||
=== LINT === | ||
MISS_HIT Lint Summary: 2 file(s) analysed, everything seems fine | ||
=== METRICS === | ||
=== Code metric by file: | ||
|
||
* Code metrics for file /home/flosch/miss_hit/tests/projects/irrelevant/+good/good.m: | ||
|
||
* Code metrics for file /home/flosch/miss_hit/tests/projects/irrelevant/@thing/thing.m: | ||
MISS_HIT Metric Summary: 2 file(s) analysed, everything seems fine |