Commit Graph

14 Commits

Author SHA1 Message Date
Andrew Halberstadt
bce781d9b8 Bug 1373294 - Fix E305 (two blank lines after method or class) in files enabled by flake8 linter, r=jmaher
This is needed before we can upgrade to flake8 3.3.0, as that version starts flagging these errors.

These files were modified by running:
autopep8 --select E305 --in-place -r <dir>

on the affected directories. I did it one dir at a time and verified the result after each.

MozReview-Commit-ID: FmlsfiKIbtr
2017-06-15 12:10:59 -04:00
Avikalpa Kundu
81322dc368 Bug 1356527 - Enable the remaining rules in Telemetry .flake8; r=Dexter 2017-04-27 10:56:00 +02:00
djmdev
89fefef3a5 Bug 1344849 - Enabled flake8 rule E201: "whitespace after '{'". r=Dexter
Removed whitespace after '{'
2017-03-15 18:33:48 +05:30
Vedant Sareen
3b4b1c972a Bug 1344855 - Enable flake8 rule F401: "XXX imported but unused". r=dexter
Enabled rule F401, "XXX imported but unused" for the directory |toolkit/components/telemetry| and fixed the problems reported on running |./mach lint -l flake8 toolkit/components/telemetry|.
2017-03-09 23:17:54 +05:30
djmdev
d657ec5e92 Bug 1344831 - Enable flake8 rule E703: "statement ends with a semicolon". r=dexter
Removed ending semicolons.
2017-03-09 22:37:32 +05:30
djmdev
2410c58bae Bug 1344718 - Enable flake8 rule E302: "expected 2 blank lines, found 1" for Telemetry code. r=Dexter 2017-03-08 22:41:00 +05:30
AdamG2
fa1c11cef7 Bug 1300491 - Removed histogramFrom and resulting unused functions, all STARTUP_* histograms, and any tests using these. r=chutten
MozReview-Commit-ID: EnVYxGIOWgs
2016-11-07 15:13:01 -05:00
Nathan Froyd
a088ae0bef Bug 968923 - part 1 - add infrastructure for defining use counters from UseCounters.conf; original-author=heycam; r=heycam,gfritzsche,mshal
This patch adds UseCounter.conf for defining use counters along with
infrastructure to generate enums and telemetry identifiers from
UseCounter.conf.
2015-02-04 17:00:00 -05:00
Georg Fritzsche
f1b09b984d Bug 1149754 - Part 1: Rename TelemetryPing.jsm to TelemetryController.jsm. r=vladan 2015-04-27 18:07:58 +02:00
Georg Fritzsche
e75bffb6b2 Bug 1069873 - Add counter histogram type. r=froydnj 2014-09-26 17:45:33 +02:00
Benjamin Peterson
b18b3ec967 Bug 922190 - Remove bundled copy of simplejson. r=gps 2013-10-01 10:32:58 -04:00
Matej Cepl
099e5bace7 Bug 800557 - Build shouldn't depend on simplejson. r=froydnj, r=ted 2012-10-11 23:19:40 +02:00
Nathan Froyd
129f040df5 Bug 799943 - properly search histogram names for startup regex; r=taras DONTBUILD because NPOTB 2012-10-10 10:19:14 -04:00
Nathan Froyd
de9d2a5b1f Bug 748417 - add script for generating histograms schema from Histograms.json; r=taras DONTBUILD because NPOTB 2012-09-27 11:02:02 -04:00