mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-19 08:02:55 +00:00
feat: copyright notice year replacement
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2018-2021 StApps
|
||||
* Copyright (C) 2018-2022 Open StApps
|
||||
* This program is free software: you can redistribute it and/or modify it
|
||||
* under the terms of the GNU General Public License as published by the Free
|
||||
* Software Foundation, version 3.
|
||||
@@ -100,7 +100,7 @@ checkContributors(projectPath, packageJson);
|
||||
|
||||
checkCIConfig(rules, projectPath);
|
||||
|
||||
checkCopyrightYears(projectPath, 'src');
|
||||
checkCopyrightYears(projectPath, 'src', commander.opts().replace);
|
||||
|
||||
const indentation = 2;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user