summaryrefslogtreecommitdiff
path: root/lisp/ess-r-flymake.el
AgeCommit message (Expand)Author
2022-11-01Fix compilation of package installed from Git; plus cosmeticsscratch/essStefan Monnier
2022-07-27Fix Emacs 29.0 byte-compile warningsStephen J. Eglen
2022-01-27Start inf processes in the project folder by defaultVitalie Spinu
2022-01-27Adjust ess-r--find-lintr-file to use ess-r-projectVitalie Spinu
2021-03-26Unexport `ess-project-root`Lionel Henry
2020-10-04Avoid using the now-obsolete project-roots functionAlex Branham
2020-05-26Update copyright and licenseAlex Branham
2019-10-09Fix flymake finding .lintr in HOMEAlex Branham
2019-07-27Fix many typosAlex Branham
2019-06-14Use appropriate mode hook to activate flymakeAlex Branham
2019-04-18Cleanup require statementsAlex Branham
2019-04-02Remove many useless requires of ess-customAlex Branham
2019-02-07Fix lintr version in messageAlex Branham
2019-01-03Require lintr > 1.0.3Alex Branham
2018-11-29Make travis error on all Emacs versions with byte compile warningsAlex Branham
2018-11-09Make ess-mode derive from prog-modeAlex Branham
2018-10-25Merge branch 'master' into nextAlex Branham
2018-10-25flymake: Improve warning messageAlex Branham
2018-10-25flymake: Fix creating lintersAlex Branham
2018-10-16Drop Emacs 24 supportAlex Branham
2018-10-02ESS 18.09 --> 18.10Alex Branham
2018-09-22Specify :package-version for some new defcustomsAlex Branham
2018-09-18Disable linters where style guides disagreeAlex Branham
2018-09-18Flymake: Uncouple cache option/linter generationAlex Branham
2018-09-01Activate ess-r-flymake when both compile and run-time dependencies are metVitalie Spinu
2018-08-30Fix a range of new byte compiler warningsAlex Branham
2018-08-24New option for ess-use-flymake to only run with live inferiorAlex Branham
2018-08-08flymake-lintr: Require lintr >= 1.0.2Alex Branham
2018-08-02Search for .lintr files for flymakeAlex Branham
2018-05-23Rename *-program-name to *-programAlex Branham
2018-04-10Disable one more half-backed linterVitalie Spinu
2018-04-01Fix several defcustom :type statementsAlex Branham
2018-02-27Improve flymake docsAlex Branham
2018-02-17Kill linter buffer on all non-run codesVitalie Spinu
2018-02-16Remove more lintersVitalie Spinu
2018-02-15More lintr omissionsVitalie Spinu
2018-02-14Unset line_length linterVitalie Spinu
2018-02-14[Fix #490] Add ess-use-flymake defcustomVitalie Spinu
2018-02-13Don't lint names for snake_caseVitalie Spinu
2018-02-11flymake: don't use --vanillaAlex Branham
2018-02-11Better lintr customizationVitalie Spinu
2018-02-11Update Copyright in ess-r-flymakeVitalie Spinu
2018-02-11Implement flymake error catching mechanismVitalie Spinu
2018-02-11Make distinction between source and lint buffers clearerVitalie Spinu
2018-02-11Minor fixes to ess-r-flymakeVitalie Spinu
2018-02-10Improvements to flymakeAlex Branham
2018-02-09flymake: error when users of Emacs < 26 try to enable itAlex Branham
2018-02-09ess-r-flymake: require cl-lib when compileAlex Branham
2018-02-07flymake-lintr: enable caching of resultsAlex Branham
2018-02-07flymake: add support for customizable lintersAlex Branham