summaryrefslogtreecommitdiffstats
path: root/modules/repository
ModeNameSize
-rw-r--r--commits.go5554logstatsplain
-rw-r--r--commits_test.go7170logstatsplain
-rw-r--r--create.go7963logstatsplain
-rw-r--r--create_test.go5104logstatsplain
-rw-r--r--delete.go865logstatsplain
-rw-r--r--env.go2621logstatsplain
-rw-r--r--fork.go897logstatsplain
-rw-r--r--generate.go11021logstatsplain
-rw-r--r--generate_test.go1150logstatsplain
-rw-r--r--hooks.go7185logstatsplain
-rw-r--r--init.go14136logstatsplain
-rw-r--r--main_test.go388logstatsplain
-rw-r--r--push.go3452logstatsplain
-rw-r--r--repo.go16713logstatsplain
-rw-r--r--temp.go1464logstatsplain
: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
/*
 * SonarQube
 * Copyright (C) 2009-2019 SonarSource SA
 * mailto:info AT sonarsource DOT com
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation; either
 * version 3 of the License, or (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public License
 * along with this program; if not, write to the Free Software Foundation,
 * Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 */
@ParametersAreNonnullByDefault
package org.sonar.scanner.scan;

import javax.annotation.ParametersAreNonnullByDefault;