This is an archive of the discontinued Mercurial Phabricator instance.

check-ext: ignore pyc files
ClosedPublic

Authored by quark on Nov 1 2017, 8:22 PM.
Tags
None
Subscribers
None

Details

Reviewers
durham
Group Reviewers
Restricted Project
Commits
rFBHGXfd89ab2d18bb: check-ext: ignore pyc files
Summary

.pyc files could cause false positive. Scan .py and .pyx files
explicitly.

Test Plan

Make sure uncommit.pyc will not break check-code but uncommit.pyx,
uncommit.py will.

Diff Detail

Repository
rFBHGX Facebook Mercurial Extensions
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

quark created this revision.Nov 1 2017, 8:22 PM
Herald added a reviewer: Restricted Project. · View Herald TranscriptNov 1 2017, 8:22 PM
durham accepted this revision.Nov 1 2017, 8:23 PM
This revision is now accepted and ready to land.Nov 1 2017, 8:23 PM
This revision was automatically updated to reflect the committed changes.