diff --git a/data/tools/codemodder-java.yml b/data/tools/codemodder-java.yml new file mode 100644 index 0000000000..5a49b13424 --- /dev/null +++ b/data/tools/codemodder-java.yml @@ -0,0 +1,12 @@ +name: Codemodder +categories: + - linter +tags: + - java +license: GNU AFFERO GENERAL PUBLIC LICENSE 3.0 +types: + - cli +source: 'https://github.com/pixee/codemodder-java' +homepage: 'https://codemodder.io/' +description: >- + Codemodder is a pluggable framework for building expressive codemods. Use Codemodder when you need more than a linter or code formatting tool. Use it to fix non-trivial security issues and other code quality problems.