You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code-checker inside ownCloud has been useful in the past. Instead of however needing to maintain (and ship it as supportable code), lets move the functionality to a static code analyzer like phan or phpstan
I seem to remember a discussion where it was said that we could extend Phan with rules that would help check that apps are using only OCP symbols and no OC_ ones ?
The code-checker inside ownCloud has been useful in the past. Instead of however needing to maintain (and ship it as supportable code), lets move the functionality to a static code analyzer like phan or phpstan
Code in question:
https://github.com/owncloud/core/tree/master/lib/private/App/CodeChecker
cc @PVince81 @DeepDiver1975
The text was updated successfully, but these errors were encountered: