[Bug 1019214] Re: Check if app is "light-weight" or not
Daniel Holbach
daniel.holbach at ubuntu.com
Fri Jun 29 14:22:46 UTC 2012
daniel at daydream:~/1/hivemind$ ~/bzr/arb-lint/arb-lint
W: This app might be too big to be reviewed by the ARB. It has 45 source
files and 17352 lines of code.
W: This package does not use DEP-5, which provides a machine-readable
debian/copyright file. You might want to review
http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/to find
out how to accomplish it.
daniel at daydream:~/1/hivemind$
We can still tweak the values and source file extensions later on. Right now the code says:
source_file_extensions = [ ".py", ".rb", ".vala", ".c", ".h", ".cpp",
".cc", ".hh", ".pm", ".java", ".js", ".pl" ]
number_of_max_source_files = 30
number_of_max_lines_of_code = 15000
** Changed in: arb-lint
Status: New => Fix Released
** Changed in: arb-lint
Assignee: (unassigned) => Daniel Holbach (dholbach)
--
You received this bug notification because you are a member of Ubuntu
App Review Contributors, which is the registrant for arb-lint.
https://bugs.launchpad.net/bugs/1019214
Title:
Check if app is "light-weight" or not
Status in ARB Lint:
Fix Released
Bug description:
Check if app is "light-weight" or not. This might be a bit tricky, but
I'm sure we can come up with something clever to measure if this part
is adhered to:
Our focus is on lightweight apps. To give you a general idea, we're
looking for the kind of apps that could be reviewed for functionality
and security in about an hour reading through the code. We'll also do
a licensing and packaging review.
To manage notifications about this bug go to:
https://bugs.launchpad.net/arb-lint/+bug/1019214/+subscriptions
More information about the App-review-board
mailing list