Skip to content

Commit abd03ec

Browse files
committed
rem
1 parent 04639b6 commit abd03ec

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

cmd/init.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -356,11 +356,6 @@ func createPMD7ConfigFile(config []domain.PatternConfiguration, toolsConfigDir s
356356
return os.WriteFile(filepath.Join(toolsConfigDir, "ruleset.xml"), []byte(pmdConfigurationString), utils.DefaultFilePerms)
357357
}
358358

359-
func createDefaultPMD7ConfigFile(toolsConfigDir string) error {
360-
pmdConfigurationString := tools.CreatePmd7Config([]domain.PatternConfiguration{})
361-
return os.WriteFile(filepath.Join(toolsConfigDir, "ruleset.xml"), []byte(pmdConfigurationString), utils.DefaultFilePerms)
362-
}
363-
364359
func createPylintConfigFile(config []domain.PatternConfiguration, toolsConfigDir string) error {
365360
pylintConfigurationString := pylint.GeneratePylintRC(config)
366361
return os.WriteFile(filepath.Join(toolsConfigDir, "pylint.rc"), []byte(pylintConfigurationString), utils.DefaultFilePerms)

0 commit comments

Comments
 (0)