flake8
failed.
JSHint
passed.
Review Request #10769 — Created Oct. 28, 2019 and submitted
The
Tool
andRepository
classes have had a lot bolted onto them over
time, and this has led to a mess. Constants, class attributes,
Properties, public methods, private methods, special double-underscore
methods were shuffled around, making it a bit less clear where anything
should go.This change reorders them so they're in our standard member order. This
may make some merges a bit difficult short-term, but will help keep
consistency long-term as repository functionality grows.
Unit tests pass.
Description | From | Last Updated |
---|---|---|
E303 too many blank lines (2) |
reviewbot |
Removed an extra blank line.
Revision 2 (+154 -155)