Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
fc091fc
Fix PHP 8.5 deprecation: null as array offset in -o option handler
JanTvrdik Nov 25, 2025
a2e2ebc
Add working with metrics for lines outside class/struct definitions.
KminekMatej Nov 29, 2025
7b21e26
Update expected test results. Tested file contain 2 outside lines whi…
KminekMatej Nov 29, 2025
0cb7c01
Coding style
KminekMatej Nov 30, 2025
4274aa2
Remove old debug variables
KminekMatej Nov 30, 2025
08a3aec
Coding style
KminekMatej Nov 30, 2025
de035b9
Comment update to trigger actions again
KminekMatej Nov 30, 2025
cea98b1
stricter null checking
dg Nov 30, 2025
b760170
cs
dg Dec 26, 2025
f235a0b
global test() calls tearDown() even when test fails
dg Dec 29, 2025
47144bc
global testException() calls setUp() and tearDown()
dg Dec 29, 2025
33dd7e1
added global testNoError() function
dg Dec 29, 2025
c955110
added CLAUDE.md
dg Dec 28, 2025
2a0dbc4
Add working with metrics for lines outside class/struct definitions.
KminekMatej Nov 29, 2025
42b3648
Update expected test results. Tested file contain 2 outside lines whi…
KminekMatej Nov 29, 2025
74457ad
Coding style
KminekMatej Nov 30, 2025
9935ee9
Remove old debug variables
KminekMatej Nov 30, 2025
f73e309
Coding style
KminekMatej Nov 30, 2025
a4cd4a2
Comment update to trigger actions again
KminekMatej Nov 30, 2025
c3d9c32
Merge branch 'nette:master' into structural-metrics
KminekMatej Jan 6, 2026
1b1cc0f
feat: Fix coding style
KminekMatej Jan 6, 2026
f141267
Merge origin/structural-metrics into structural-metrics
KminekMatej Jan 6, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
.github export-ignore
ncs.* export-ignore
phpstan.neon export-ignore
CLAUDE.md export-ignore
tests/ export-ignore

*.sh eol=lf
src/tester eol=lf
*.php* diff=php linguist-language=PHP
Loading
Loading