summaryrefslogtreecommitdiff
path: root/test/fixers
AgeCommit message (Expand)Author
2022-01-04Add dprint fixer (#4024)Nathan
2021-12-28Add auto-fixer for crystal (#4016)Alex Piechowski
2021-12-25Fix 3998 - add language option to uncrustify fixer (#4007)Horacio Sanson
2021-11-12Implement statix Linter and Fixer (#3969)David Houston
2021-11-09Implement gofumpt Fixer (#3968)David Houston
2021-10-16Fix 3941 - add version check to isort fixer (#3942)Horacio Sanson
2021-10-11erblint as fixer (#3935)Roeland
2021-09-23Fix: Failed to execute rubocop fixer on other machine (#3916)Yuto Ito
2021-09-21Add support for jsonnetfmt and jsonnet-lint (#3907)Trevor Whitney
2021-09-10Fix 3897 - add poetry to isort (#3898)Horacio Sanson
2021-08-25Add fixer for "dotnet format" (#3879)Jelte Fennema
2021-08-09Dhall fixes: use stdin, doc errors (#3868)toastal
2021-08-09purs-tidy fix (#3867)toastal
2021-08-09Adds fixer for golines (#3862)pigfrown
2021-08-08`purs-tidy` for PureScript (#3863)toastal
2021-07-25Python support poetry (#3834)Daniel Roseman
2021-07-16Add support for `dart format` fixer (#3764)ghsang
2021-07-14added filename to stdin stream of isort (#3815)Jeff Willette
2021-07-13add autoflake fixer (#3779)Nikolay Zakirov
2021-07-09Add support for `lua-format` fixer. (#3804)Mathias Jean Johansen
2021-07-04Add pandoc as a markdown fixer (#3641)Jesse Hathaway
2021-07-04black fixer: --pyi option was appended without a space (#3759)Buck Evan
2021-07-03Add stylua fixer for lua (#3789)Robert Liebowitz
2021-05-25Use stdin/out for cmake-format (#3725)awang
2021-04-20Fix stylelint not obeying project-specific rules (#3272)Jay Sitter
2021-04-09feat: Add protolint as linter and fixer (#2911)yohei yoshimuta
2021-04-07apple-swift-format: linter and fixer with config swiftpm support (#3671)bosr
2021-03-26Add support for V: "v" (compiler) and "vfmt" fixer. (#3622)fiatjaf
2021-03-24Add nixfmt as a Nix fixer. (#3651)David Houston
2021-03-23Switch to using buildifier's -path option (#3640)Jon Parise
2021-03-23Add support for `ptop` fixer (#3652)BarrOff
2021-03-21#3633 - Move linter tests into test/linterw0rp
2021-03-20#3633 - Put all dummy test files in test/test-filesw0rp
2021-03-01Close #2281 - Separate cwd commands from commandsw0rp
2021-02-28Add support for `erlfmt` fixer (#3602)Antoine Gagné
2021-02-21Add a buildifier fixer for Bazel files (#3499)Jon Parise
2021-02-18add support for prettier-ruby to prettier fixer (#3593)David Buchan-Swanson
2021-02-14Allow clangformat to use a local style file (#3587)Mukund Mauji
2021-02-05Merge pull request #3576 from cyyever/fish_indentHoracio Sanson
2021-01-23Merge pull request #3521 from hsanson/3498-change-standardrb-fixer-to-use-stdinHoracio Sanson
2021-01-22fixers/xo: remove unnecessary directory crawlCharles B Johnson
2021-01-22fixers/xo: support monoreposCharles B Johnson
2021-01-22fixers/xo: support stdin relative to the fixed fileCharles B Johnson
2021-01-22fixers/xo: support typescript optionsCharles B Johnson
2021-01-22fixers/xo: refactor to handlersCharles B Johnson
2021-01-22fixers/xo: add testsCharles B Johnson
2021-01-22Update testsHoracio Sanson
2021-01-20Merge pull request #3261 from toastal/dhallHoracio Sanson
2021-01-08Merge pull request #3386 from ivorpeles/masterHoracio Sanson
2020-12-21merging mastertoastal