Skip to content

Commit 18a5e26

Browse files
authored
Merge pull request #31 from codacy/add-support-powershell-FT-4355
add supoort for powershell
2 parents c56b093 + 3f5d25d commit 18a5e26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/com/codacy/plugins/api/languages/Language.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ object Languages {
224224
// Support startdate: June 2018
225225
case object Elixir extends Language(extensions = Set(".ex", ".exs"))
226226

227-
// Support startdate: August 2018
227+
// Support startdate: October 2018
228228
case object Powershell
229229
extends Language(extensions = Set(".ps1", ".psc1", ".psd1", ".psm1", ".ps1xml", ".pssc", ".cdxml", ".clixml"))
230230

0 commit comments

Comments
 (0)