Skip to content

Commit

Permalink
Filter .gen/go folder
Browse files Browse the repository at this point in the history
Merge branch 'go-filename-filter' into 'develop'

See merge request persper/code-analytics!117
  • Loading branch information
hezyin committed Jun 9, 2019
2 parents 08f8c10 + 5d6fb2b commit c0beab4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions persper/analytics/graph_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
r'^(?!(.+/)*example(s)?/).+',
r'^(?!(.+/)*thrift/gen-go/).+',
r'^(?!(.+/)*thrift/thrift-gen/).+',
r'^(?!\.gen/go/).+',
]

JAVA_FILENAME_REGEXES = [
Expand Down

0 comments on commit c0beab4

Please sign in to comment.