Commit Graph

5 Commits

Author SHA1 Message Date
Feanil Patel
49158e742c build: Move the pylint_django_settings plugin.
When it was located at the root of the project, it was sometimes not
getting loaded correctly since the root of the project is not a python
module, and producing the following error:

```
Command line or configuration file:1:0: E0013: Plugin 'pylint_django_settings' is impossible to load, is it installed ? ('No module named 'pylint_django_settings'') (bad-plugin-value)
```

This led all the pylint tests to fail.

This started happening more as we updated other dependencies via make
upgrade for some reason and led to inconsistent builds.  The move should
hopefully make the loading reliable and consistent.
2025-06-02 14:02:25 -04:00
Sarina Canelake
6b42d67513 chore: run Manage local config files from masters in edx_lint.
version 5.3.0
Commands:

    write FILENAME
        Write a local copy of FILENAME using FILENAME_tweaks for local tweaks.

    check [FILENAME ...]
        Check that FILENAME has not been edited since writing.
        If FILENAME is omitted, all existing files are checked.

    list
        List the files that edx_lint can provide.

    update
        Re-write any edx_lint-written files that exists on disk.
     update with the current version of the repo.
2022-09-15 17:13:49 -04:00
Feanil Patel
07fbfca83c Update to the latest editorconfig from edx-lint.
Ran: `edx_lint write .editorconfig`
2021-01-14 10:09:42 -05:00
Ned Batchelder
785fb3ffe9 $ edx_lint write .editorconfig 2018-12-17 15:09:47 -05:00
Ned Batchelder
a988231d3d An .editorconfig file
Note: this is not the current latest thing we're working on in edx-lint,
but it at least gets us tabs for Makefiles....!
2018-12-07 11:52:45 -05:00