Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump up coverage. #2

Merged
merged 1 commit into from
Aug 9, 2016
Merged

Bump up coverage. #2

merged 1 commit into from
Aug 9, 2016

Conversation

olafurpg
Copy link
Contributor

@olafurpg olafurpg commented Aug 9, 2016

No description provided.

@codecov-io
Copy link

codecov-io commented Aug 9, 2016

Current coverage is 73.68% (diff: 100%)

Merging #2 into master will increase coverage by 11.86%

@@             master         #2   diff @@
==========================================
  Files             6          6          
  Lines            55         57     +2   
  Methods          52         55     +3   
  Messages          0          0          
  Branches          3          2     -1   
==========================================
+ Hits             34         42     +8   
+ Misses           21         15     -6   
  Partials          0          0          

Powered by Codecov. Last update 4efd0f6...607f416

@olafurpg olafurpg merged commit e36370e into scalacenter:master Aug 9, 2016
@olafurpg olafurpg deleted the coverage branch August 9, 2016 15:27
rvacaru added a commit to rvacaru/scalafix that referenced this pull request Aug 12, 2022
… well, remove duplications

This is the commit message scalacenter#2:

build sbt refactor for core and rules, preliminary
rvacaru added a commit to rvacaru/scalafix that referenced this pull request Aug 12, 2022
Original commit messages follow:
configured build for reflect3, isolated RuleCompiler in scala2 and scala3 versions, scala3 has an empty impl, fixed some compilation errors in other classes

convert quasiquotes in RuleInstrumentation with scalameta Trees

removed wrong line forgotten during development

improved term apply quasiquotes q...

wip Rulecompiler with dotty

removed unused lambdarule object in ruleInstrumentation

ruleInstrumentation: fix Init tree for Rewrite with Nil instead of _

Co-authored-by: Tomasz Godzik <tgodzik@users.noreply.github.com>

first draft of reflect3 ruleCompiler, applied scalafixAll and scalafmt

manually removed/organized imports

made reporter private

better error handling messages

refactored RuleCompiler companion obj into own file for reusability

fixed usage of RuleCompilerClasspath

fix scalaversion in build.sbt and import dottyAbstractFile alias

added settings and ctx to rule compiler, changed error handling, removed custom exception, fixed class import for ruleCompilerClasspath

explicit using params, fixed imports manually

added scala3-library in reflect3

This is the commit message scalacenter#2 rebased and squashed afterwards:

fix RuleCompiler initialization by propertly setting classpath and outputDir

This is the commit message scalacenter#2:

build sbt reflect

This is the commit message scalacenter#3:

rule compiler remove position for confError, and notOk/apply fixes
rvacaru added a commit to rvacaru/scalafix that referenced this pull request Aug 12, 2022
rvacaru added a commit to rvacaru/scalafix that referenced this pull request Aug 12, 2022
This is the commit message scalacenter#2:

build sbt changes for test modules

This is the commit message scalacenter#3:

test modules: scalatest3V definition
rvacaru added a commit to rvacaru/scalafix that referenced this pull request Aug 12, 2022
This is the commit message scalacenter#2:

build dbt cli

This is the commit message scalacenter#2:

removed cli3 duplicate entry for TPrintImplicits
rvacaru added a commit to rvacaru/scalafix that referenced this pull request Aug 12, 2022
This is the commit message scalacenter#2:

build sbt changes for test modules

This is the commit message scalacenter#3:

test modules: scalatest3V definition
rvacaru added a commit to rvacaru/scalafix that referenced this pull request Aug 18, 2022
… well, remove duplications

This is the commit message scalacenter#2:

build sbt refactor for core and rules, preliminary
rvacaru added a commit to rvacaru/scalafix that referenced this pull request Aug 18, 2022
Original commit messages follow:
configured build for reflect3, isolated RuleCompiler in scala2 and scala3 versions, scala3 has an empty impl, fixed some compilation errors in other classes

convert quasiquotes in RuleInstrumentation with scalameta Trees

removed wrong line forgotten during development

improved term apply quasiquotes q...

wip Rulecompiler with dotty

removed unused lambdarule object in ruleInstrumentation

ruleInstrumentation: fix Init tree for Rewrite with Nil instead of _

Co-authored-by: Tomasz Godzik <tgodzik@users.noreply.github.com>

first draft of reflect3 ruleCompiler, applied scalafixAll and scalafmt

manually removed/organized imports

made reporter private

better error handling messages

refactored RuleCompiler companion obj into own file for reusability

fixed usage of RuleCompilerClasspath

fix scalaversion in build.sbt and import dottyAbstractFile alias

added settings and ctx to rule compiler, changed error handling, removed custom exception, fixed class import for ruleCompilerClasspath

explicit using params, fixed imports manually

added scala3-library in reflect3

This is the commit message scalacenter#2 rebased and squashed afterwards:

fix RuleCompiler initialization by propertly setting classpath and outputDir

This is the commit message scalacenter#2:

build sbt reflect

This is the commit message scalacenter#3:

rule compiler remove position for confError, and notOk/apply fixes
rvacaru added a commit to rvacaru/scalafix that referenced this pull request Aug 18, 2022
This is the commit message scalacenter#2:

build dbt cli

This is the commit message scalacenter#2:

removed cli3 duplicate entry for TPrintImplicits
rvacaru added a commit to rvacaru/scalafix that referenced this pull request Aug 18, 2022
This is the commit message scalacenter#2:

build sbt changes for test modules

This is the commit message scalacenter#3:

test modules: scalatest3V definition
rvacaru added a commit to rvacaru/scalafix that referenced this pull request Aug 25, 2022
… well, remove duplications

This is the commit message scalacenter#2:

build sbt refactor for core and rules, preliminary
rvacaru added a commit to rvacaru/scalafix that referenced this pull request Aug 25, 2022
Original commit messages follow:
configured build for reflect3, isolated RuleCompiler in scala2 and scala3 versions, scala3 has an empty impl, fixed some compilation errors in other classes

convert quasiquotes in RuleInstrumentation with scalameta Trees

removed wrong line forgotten during development

improved term apply quasiquotes q...

wip Rulecompiler with dotty

removed unused lambdarule object in ruleInstrumentation

ruleInstrumentation: fix Init tree for Rewrite with Nil instead of _

Co-authored-by: Tomasz Godzik <tgodzik@users.noreply.github.com>

first draft of reflect3 ruleCompiler, applied scalafixAll and scalafmt

manually removed/organized imports

made reporter private

better error handling messages

refactored RuleCompiler companion obj into own file for reusability

fixed usage of RuleCompilerClasspath

fix scalaversion in build.sbt and import dottyAbstractFile alias

added settings and ctx to rule compiler, changed error handling, removed custom exception, fixed class import for ruleCompilerClasspath

explicit using params, fixed imports manually

added scala3-library in reflect3

This is the commit message scalacenter#2 rebased and squashed afterwards:

fix RuleCompiler initialization by propertly setting classpath and outputDir

This is the commit message scalacenter#2:

build sbt reflect

This is the commit message scalacenter#3:

rule compiler remove position for confError, and notOk/apply fixes
rvacaru added a commit to rvacaru/scalafix that referenced this pull request Aug 25, 2022
This is the commit message scalacenter#2:

build dbt cli

This is the commit message scalacenter#2:

removed cli3 duplicate entry for TPrintImplicits
rvacaru added a commit to rvacaru/scalafix that referenced this pull request Aug 25, 2022
This is the commit message scalacenter#2:

build sbt changes for test modules

This is the commit message scalacenter#3:

test modules: scalatest3V definition
rvacaru added a commit to rvacaru/scalafix that referenced this pull request Aug 25, 2022
This is the commit message scalacenter#2:

unit3 munit dep: exclude 2.13 and include munit_3 instead
rvacaru added a commit to rvacaru/scalafix that referenced this pull request Aug 25, 2022
…ar, on unit2* to fix

This is the commit message scalacenter#2:

fixed compilation error unit SaveExpect class ()
rvacaru added a commit to rvacaru/scalafix that referenced this pull request Aug 26, 2022
… well, remove duplications

This is the commit message scalacenter#2:

build sbt refactor for core and rules, preliminary
rvacaru added a commit to rvacaru/scalafix that referenced this pull request Aug 26, 2022
Original commit messages follow:
configured build for reflect3, isolated RuleCompiler in scala2 and scala3 versions, scala3 has an empty impl, fixed some compilation errors in other classes

convert quasiquotes in RuleInstrumentation with scalameta Trees

removed wrong line forgotten during development

improved term apply quasiquotes q...

wip Rulecompiler with dotty

removed unused lambdarule object in ruleInstrumentation

ruleInstrumentation: fix Init tree for Rewrite with Nil instead of _

Co-authored-by: Tomasz Godzik <tgodzik@users.noreply.github.com>

first draft of reflect3 ruleCompiler, applied scalafixAll and scalafmt

manually removed/organized imports

made reporter private

better error handling messages

refactored RuleCompiler companion obj into own file for reusability

fixed usage of RuleCompilerClasspath

fix scalaversion in build.sbt and import dottyAbstractFile alias

added settings and ctx to rule compiler, changed error handling, removed custom exception, fixed class import for ruleCompilerClasspath

explicit using params, fixed imports manually

added scala3-library in reflect3

This is the commit message scalacenter#2 rebased and squashed afterwards:

fix RuleCompiler initialization by propertly setting classpath and outputDir

This is the commit message scalacenter#2:

build sbt reflect

This is the commit message scalacenter#3:

rule compiler remove position for confError, and notOk/apply fixes
rvacaru added a commit to rvacaru/scalafix that referenced this pull request Aug 26, 2022
This is the commit message scalacenter#2:

build dbt cli

This is the commit message scalacenter#2:

removed cli3 duplicate entry for TPrintImplicits
rvacaru added a commit to rvacaru/scalafix that referenced this pull request Aug 26, 2022
This is the commit message scalacenter#2:

build sbt changes for test modules

This is the commit message scalacenter#3:

test modules: scalatest3V definition
rvacaru added a commit to rvacaru/scalafix that referenced this pull request Aug 26, 2022
This is the commit message scalacenter#2:

unit3 munit dep: exclude 2.13 and include munit_3 instead
rvacaru added a commit to rvacaru/scalafix that referenced this pull request Aug 26, 2022
…ar, on unit2* to fix

This is the commit message scalacenter#2:

fixed compilation error unit SaveExpect class ()
rvacaru added a commit to rvacaru/scalafix that referenced this pull request Sep 1, 2022
This is the commit message scalacenter#2:

WIP unit3 to show code, not working
unit3 munit dep: exclude 2.13 and include munit_3 instead

WIP unit3 fixed some unit3 compilation errors, many  errors, all similar, on unit2* to fix

This is the commit message scalacenter#2:

fixed compilation error unit SaveExpect class ()

unit2Target2 fix with scalatest version to 3.2.0, but this shouldn't be bumped as per comment(breaking clients via eviction)

fix unit2Target2 by reintroducing scalatest 3.2.0 in unit libs for scala2 versions

unit3 fix Test/compilation errors

unit3 test RuleDecoderSuite: removed scalafix.v1.Rule rules not available in scala3: explicitResultTypes and ProcedureSintax

unit3 moved test ScalafixArgumentsSuite to scala-2, cause it depends on semanticdb-scalac_3.1.3

unit3 changed CliGitDiffSuite.'works on Patch' to not use ProcedureSyntaxRule cause not available for scala3

Revert "unit3 moved test ScalafixArgumentsSuite to scala-2, cause it depends on semanticdb-scalac_3.1.3"

This reverts commit 7bad87b.

unit3 ScalafixArgumentSuite compat/semanticdb split, version 2 pr comments applied

unit3 unmanagedresources folders for cross compilation, scalafmt and scalafixAll applied

unit3 introduced CompatSemanticdb for scala3 with semanticdb new options, fixed one unit test
bjaglin pushed a commit to rvacaru/scalafix that referenced this pull request Sep 23, 2022
… well, remove duplications

This is the commit message scalacenter#2:

build sbt refactor for core and rules, preliminary
bjaglin pushed a commit to rvacaru/scalafix that referenced this pull request Sep 23, 2022
Original commit messages follow:
configured build for reflect3, isolated RuleCompiler in scala2 and scala3 versions, scala3 has an empty impl, fixed some compilation errors in other classes

convert quasiquotes in RuleInstrumentation with scalameta Trees

removed wrong line forgotten during development

improved term apply quasiquotes q...

wip Rulecompiler with dotty

removed unused lambdarule object in ruleInstrumentation

ruleInstrumentation: fix Init tree for Rewrite with Nil instead of _

Co-authored-by: Tomasz Godzik <tgodzik@users.noreply.github.com>

first draft of reflect3 ruleCompiler, applied scalafixAll and scalafmt

manually removed/organized imports

made reporter private

better error handling messages

refactored RuleCompiler companion obj into own file for reusability

fixed usage of RuleCompilerClasspath

fix scalaversion in build.sbt and import dottyAbstractFile alias

added settings and ctx to rule compiler, changed error handling, removed custom exception, fixed class import for ruleCompilerClasspath

explicit using params, fixed imports manually

added scala3-library in reflect3

This is the commit message scalacenter#2 rebased and squashed afterwards:

fix RuleCompiler initialization by propertly setting classpath and outputDir

This is the commit message scalacenter#2:

build sbt reflect

This is the commit message scalacenter#3:

rule compiler remove position for confError, and notOk/apply fixes
bjaglin pushed a commit to rvacaru/scalafix that referenced this pull request Sep 23, 2022
This is the commit message scalacenter#2:

build dbt cli

This is the commit message scalacenter#2:

removed cli3 duplicate entry for TPrintImplicits
bjaglin pushed a commit to rvacaru/scalafix that referenced this pull request Sep 23, 2022
This is the commit message scalacenter#2:

build sbt changes for test modules

This is the commit message scalacenter#3:

test modules: scalatest3V definition
bjaglin pushed a commit to rvacaru/scalafix that referenced this pull request Sep 23, 2022
This is the commit message scalacenter#2:

WIP unit3 to show code, not working
unit3 munit dep: exclude 2.13 and include munit_3 instead

WIP unit3 fixed some unit3 compilation errors, many  errors, all similar, on unit2* to fix

This is the commit message scalacenter#2:

fixed compilation error unit SaveExpect class ()

unit2Target2 fix with scalatest version to 3.2.0, but this shouldn't be bumped as per comment(breaking clients via eviction)

fix unit2Target2 by reintroducing scalatest 3.2.0 in unit libs for scala2 versions

unit3 fix Test/compilation errors

unit3 test RuleDecoderSuite: removed scalafix.v1.Rule rules not available in scala3: explicitResultTypes and ProcedureSintax

unit3 moved test ScalafixArgumentsSuite to scala-2, cause it depends on semanticdb-scalac_3.1.3

unit3 changed CliGitDiffSuite.'works on Patch' to not use ProcedureSyntaxRule cause not available for scala3

Revert "unit3 moved test ScalafixArgumentsSuite to scala-2, cause it depends on semanticdb-scalac_3.1.3"

This reverts commit 7bad87b.

unit3 ScalafixArgumentSuite compat/semanticdb split, version 2 pr comments applied

unit3 unmanagedresources folders for cross compilation, scalafmt and scalafixAll applied

unit3 introduced CompatSemanticdb for scala3 with semanticdb new options, fixed one unit test
rvacaru added a commit to rvacaru/scalafix that referenced this pull request Oct 1, 2022
This is the commit message scalacenter#2:

WIP unit3 to show code, not working
unit3 munit dep: exclude 2.13 and include munit_3 instead

WIP unit3 fixed some unit3 compilation errors, many  errors, all similar, on unit2* to fix

This is the commit message scalacenter#2:

fixed compilation error unit SaveExpect class ()

unit2Target2 fix with scalatest version to 3.2.0, but this shouldn't be bumped as per comment(breaking clients via eviction)

fix unit2Target2 by reintroducing scalatest 3.2.0 in unit libs for scala2 versions

unit3 fix Test/compilation errors

unit3 test RuleDecoderSuite: removed scalafix.v1.Rule rules not available in scala3: explicitResultTypes and ProcedureSintax

unit3 moved test ScalafixArgumentsSuite to scala-2, cause it depends on semanticdb-scalac_3.1.3

unit3 changed CliGitDiffSuite.'works on Patch' to not use ProcedureSyntaxRule cause not available for scala3

Revert "unit3 moved test ScalafixArgumentsSuite to scala-2, cause it depends on semanticdb-scalac_3.1.3"

This reverts commit 7bad87b.

unit3 ScalafixArgumentSuite compat/semanticdb split, version 2 pr comments applied

unit3 unmanagedresources folders for cross compilation, scalafmt and scalafixAll applied

unit3 introduced CompatSemanticdb for scala3 with semanticdb new options, fixed one unit test

 This is the commit message scalacenter#2:

unit 3 PrettyExpectSuite split expected results between scala2 and 3

 This is the commit message scalacenter#3:

unit 3 Apply suggestions from code review, small changes to build and rules

Co-authored-by: Brice Jaglin <bjaglin@gmail.com>
 This is the commit message scalacenter#4:

change scalatest dep and refactored jgit

 This is the commit message scalacenter#5:

fix windows ci scaladoc issue on paths: upgrade scala3 to 3.2.0

 This is the commit message scalacenter#6:

unit3 test rulecompiler

 This is the commit message scalacenter#7:

unit3 ToolClasspathSuite changed dependency to scalatest and renamings

 This is the commit message scalacenter#8:

unit3 ScalafixArgumentsSuite and classes to provide compiler options

 This is the commit message scalacenter#9:

unit3 scalafmt and scalafixAll
rvacaru added a commit to rvacaru/scalafix that referenced this pull request Oct 1, 2022
This is the commit message scalacenter#2:

WIP unit3 to show code, not working
unit3 munit dep: exclude 2.13 and include munit_3 instead

WIP unit3 fixed some unit3 compilation errors, many  errors, all similar, on unit2* to fix

This is the commit message scalacenter#2:

fixed compilation error unit SaveExpect class ()

unit2Target2 fix with scalatest version to 3.2.0, but this shouldn't be bumped as per comment(breaking clients via eviction)

fix unit2Target2 by reintroducing scalatest 3.2.0 in unit libs for scala2 versions

unit3 fix Test/compilation errors

unit3 test RuleDecoderSuite: removed scalafix.v1.Rule rules not available in scala3: explicitResultTypes and ProcedureSintax

unit3 moved test ScalafixArgumentsSuite to scala-2, cause it depends on semanticdb-scalac_3.1.3

unit3 changed CliGitDiffSuite.'works on Patch' to not use ProcedureSyntaxRule cause not available for scala3

Revert "unit3 moved test ScalafixArgumentsSuite to scala-2, cause it depends on semanticdb-scalac_3.1.3"

This reverts commit 7bad87b.

unit3 ScalafixArgumentSuite compat/semanticdb split, version 2 pr comments applied

unit3 unmanagedresources folders for cross compilation, scalafmt and scalafixAll applied

unit3 introduced CompatSemanticdb for scala3 with semanticdb new options, fixed one unit test

 This is the commit message scalacenter#2:

unit 3 PrettyExpectSuite split expected results between scala2 and 3

 This is the commit message scalacenter#3:

unit 3 Apply suggestions from code review, small changes to build and rules

Co-authored-by: Brice Jaglin <bjaglin@gmail.com>
 This is the commit message scalacenter#4:

change scalatest dep and refactored jgit

 This is the commit message scalacenter#5:

fix windows ci scaladoc issue on paths: upgrade scala3 to 3.2.0

 This is the commit message scalacenter#6:

unit3 test rulecompiler

 This is the commit message scalacenter#7:

unit3 ToolClasspathSuite changed dependency to scalatest and renamings

 This is the commit message scalacenter#8:

unit3 ScalafixArgumentsSuite and classes to provide compiler options

 This is the commit message scalacenter#9:

unit3 scalafmt and scalafixAll

unit3 to be rebased
bjaglin pushed a commit to rvacaru/scalafix that referenced this pull request Oct 2, 2022
This is the commit message scalacenter#2:

WIP unit3 to show code, not working
unit3 munit dep: exclude 2.13 and include munit_3 instead

WIP unit3 fixed some unit3 compilation errors, many  errors, all similar, on unit2* to fix

This is the commit message scalacenter#2:

fixed compilation error unit SaveExpect class ()

unit2Target2 fix with scalatest version to 3.2.0, but this shouldn't be bumped as per comment(breaking clients via eviction)

fix unit2Target2 by reintroducing scalatest 3.2.0 in unit libs for scala2 versions

unit3 fix Test/compilation errors

unit3 test RuleDecoderSuite: removed scalafix.v1.Rule rules not available in scala3: explicitResultTypes and ProcedureSintax

unit3 moved test ScalafixArgumentsSuite to scala-2, cause it depends on semanticdb-scalac_3.1.3

unit3 changed CliGitDiffSuite.'works on Patch' to not use ProcedureSyntaxRule cause not available for scala3

Revert "unit3 moved test ScalafixArgumentsSuite to scala-2, cause it depends on semanticdb-scalac_3.1.3"

This reverts commit 7bad87b.

unit3 ScalafixArgumentSuite compat/semanticdb split, version 2 pr comments applied

unit3 unmanagedresources folders for cross compilation, scalafmt and scalafixAll applied

unit3 introduced CompatSemanticdb for scala3 with semanticdb new options, fixed one unit test

 This is the commit message scalacenter#2:

unit 3 PrettyExpectSuite split expected results between scala2 and 3

 This is the commit message scalacenter#3:

unit 3 Apply suggestions from code review, small changes to build and rules

Co-authored-by: Brice Jaglin <bjaglin@gmail.com>
 This is the commit message scalacenter#4:

change scalatest dep and refactored jgit

 This is the commit message scalacenter#5:

fix windows ci scaladoc issue on paths: upgrade scala3 to 3.2.0

 This is the commit message scalacenter#6:

unit3 test rulecompiler

 This is the commit message scalacenter#7:

unit3 ToolClasspathSuite changed dependency to scalatest and renamings

 This is the commit message scalacenter#8:

unit3 ScalafixArgumentsSuite and classes to provide compiler options

 This is the commit message scalacenter#9:

unit3 scalafmt and scalafixAll

unit3 to be rebased
bjaglin pushed a commit to rvacaru/scalafix that referenced this pull request Oct 10, 2022
… well, remove duplications

This is the commit message scalacenter#2:

build sbt refactor for core and rules, preliminary
bjaglin pushed a commit to rvacaru/scalafix that referenced this pull request Oct 10, 2022
Original commit messages follow:
configured build for reflect3, isolated RuleCompiler in scala2 and scala3 versions, scala3 has an empty impl, fixed some compilation errors in other classes

convert quasiquotes in RuleInstrumentation with scalameta Trees

removed wrong line forgotten during development

improved term apply quasiquotes q...

wip Rulecompiler with dotty

removed unused lambdarule object in ruleInstrumentation

ruleInstrumentation: fix Init tree for Rewrite with Nil instead of _

Co-authored-by: Tomasz Godzik <tgodzik@users.noreply.github.com>

first draft of reflect3 ruleCompiler, applied scalafixAll and scalafmt

manually removed/organized imports

made reporter private

better error handling messages

refactored RuleCompiler companion obj into own file for reusability

fixed usage of RuleCompilerClasspath

fix scalaversion in build.sbt and import dottyAbstractFile alias

added settings and ctx to rule compiler, changed error handling, removed custom exception, fixed class import for ruleCompilerClasspath

explicit using params, fixed imports manually

added scala3-library in reflect3

This is the commit message scalacenter#2 rebased and squashed afterwards:

fix RuleCompiler initialization by propertly setting classpath and outputDir

This is the commit message scalacenter#2:

build sbt reflect

This is the commit message scalacenter#3:

rule compiler remove position for confError, and notOk/apply fixes
bjaglin pushed a commit to rvacaru/scalafix that referenced this pull request Oct 10, 2022
This is the commit message scalacenter#2:

build dbt cli

This is the commit message scalacenter#2:

removed cli3 duplicate entry for TPrintImplicits
bjaglin pushed a commit to rvacaru/scalafix that referenced this pull request Oct 10, 2022
This is the commit message scalacenter#2:

build sbt changes for test modules

This is the commit message scalacenter#3:

test modules: scalatest3V definition
bjaglin pushed a commit to rvacaru/scalafix that referenced this pull request Oct 10, 2022
This is the commit message scalacenter#2:

WIP unit3 to show code, not working
unit3 munit dep: exclude 2.13 and include munit_3 instead

WIP unit3 fixed some unit3 compilation errors, many  errors, all similar, on unit2* to fix

This is the commit message scalacenter#2:

fixed compilation error unit SaveExpect class ()

unit2Target2 fix with scalatest version to 3.2.0, but this shouldn't be bumped as per comment(breaking clients via eviction)

fix unit2Target2 by reintroducing scalatest 3.2.0 in unit libs for scala2 versions

unit3 fix Test/compilation errors

unit3 test RuleDecoderSuite: removed scalafix.v1.Rule rules not available in scala3: explicitResultTypes and ProcedureSintax

unit3 moved test ScalafixArgumentsSuite to scala-2, cause it depends on semanticdb-scalac_3.1.3

unit3 changed CliGitDiffSuite.'works on Patch' to not use ProcedureSyntaxRule cause not available for scala3

Revert "unit3 moved test ScalafixArgumentsSuite to scala-2, cause it depends on semanticdb-scalac_3.1.3"

This reverts commit 7bad87b.

unit3 ScalafixArgumentSuite compat/semanticdb split, version 2 pr comments applied

unit3 unmanagedresources folders for cross compilation, scalafmt and scalafixAll applied

unit3 introduced CompatSemanticdb for scala3 with semanticdb new options, fixed one unit test

 This is the commit message scalacenter#2:

unit 3 PrettyExpectSuite split expected results between scala2 and 3

 This is the commit message scalacenter#3:

unit 3 Apply suggestions from code review, small changes to build and rules

Co-authored-by: Brice Jaglin <bjaglin@gmail.com>
 This is the commit message scalacenter#4:

change scalatest dep and refactored jgit

 This is the commit message scalacenter#5:

fix windows ci scaladoc issue on paths: upgrade scala3 to 3.2.0

 This is the commit message scalacenter#6:

unit3 test rulecompiler

 This is the commit message scalacenter#7:

unit3 ToolClasspathSuite changed dependency to scalatest and renamings

 This is the commit message scalacenter#8:

unit3 ScalafixArgumentsSuite and classes to provide compiler options

 This is the commit message scalacenter#9:

unit3 scalafmt and scalafixAll

unit3 to be rebased
bjaglin pushed a commit to rvacaru/scalafix that referenced this pull request Oct 15, 2022
… well, remove duplications

This is the commit message scalacenter#2:

build sbt refactor for core and rules, preliminary
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants