Page MenuHomePhorge

.arclint config
ClosedPublic

Authored by mollekopf on Jan 12 2022, 12:13 AM.
Tags
None
Referenced Files
F11809161: D3289.id9352.diff
Fri, Apr 19, 1:36 PM
Unknown Object (File)
Sat, Apr 13, 2:41 PM
Unknown Object (File)
Thu, Apr 11, 9:18 PM
Unknown Object (File)
Wed, Apr 10, 7:18 AM
Unknown Object (File)
Mon, Apr 8, 9:14 AM
Unknown Object (File)
Sun, Apr 7, 1:18 AM
Unknown Object (File)
Thu, Mar 28, 1:11 PM
Unknown Object (File)
Wed, Mar 27, 8:57 PM
Subscribers
Restricted Project

Details

Summary

Includes a linter from https://github.com/appsinet/arc-phpstan (modified
for a 1GB memory limit)

Diff Detail

Repository
rK kolab
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 37951
Build 15337: arc lint + arc unit

Event Timeline

mollekopf created this revision.
mollekopf added a reviewer: Restricted Project.Jan 12 2022, 12:20 AM
mollekopf added a subscriber: Restricted Project.

I'd prefer .arc folder instead of phabricator.

So, this will execute linting on arc diff? Sounds like it might be annoying, because slow. No?

.arclint
19

Level=6 is too high, we're using level=4 right now.

So, this will execute linting on arc diff? Sounds like it might be annoying, because slow. No?

It's relatively painless because it only lints the diff, not everything.
Also, you can skip it if you really want using --nolint

This revision is now accepted and ready to land.Jan 25 2022, 6:18 PM
This revision was automatically updated to reflect the committed changes.