10 Commits

Author SHA1 Message Date
Mats Jun Larsen
5eea63328f Migrate to Biome for linting and formatting (#7033) 2025-02-02 17:54:31 +00:00
Rubén Rincón Blanco
78c0f67cab Config changes (#2764)
* Pass -g to TinyC by default

Closes #2748

* Sort C++ libs and tools alphabetically

* Sort C libs and tools alphabetically

* Add missing Zig C & C++ versions

* Enable semver for RISC-V Clang

Issue #2739

* Add missing RISC-V Clang 12.0

Issue #2739

* Improve RISC-V Clang config

* Improve C++ props file to make it more mantainable

* Add missing Zig C compiler id in compiler list

* Update etc/config/c++.amazon.properties

* Show different group name for each RISCV version
2021-07-06 05:21:56 +02:00
Rubén Rincón Blanco
ccff4b9ee5 Add new eslint rules (#2121)
The largest changes here are:
- enforcing single quotes for strings
- enforcing trailing commas where possible

In addition to those we have enabled several eslint plugins:
- plugin:requirejs/recommended, to enforce some conventions in require statements
- plugin:node/recommended, to enforce correct usage of various node.js APIs
- plugin:unicorn/recommended, which contains a pretty mixed bag of useful rules

This PR attempts to not change code behavior when possible.  In cases where fixing
existing code would change semantics, a linting exclusion has been placed in the 
code base to silence the error.  You can find these by searching for `eslint-disable-next-line`.

Co-authored-by: Austin Morton <austinpmorton@gmail.com>
2020-08-04 16:39:02 -04:00
RabsRincon
3fc1322bed Upgrade GCC Tree/RTL and improve compiler bar 2018-10-08 20:27:40 +02:00
RabsRincon
670afd8921 Move to ESLint
Somewhat compilant!
2018-02-13 14:49:07 +01:00
RabsRincon
00a2ce04cf Add server scope and var inspection 2017-12-10 21:52:44 +01:00
Matt Godbolt
0af85f0e89 IDEA churn 2017-04-16 08:15:30 -05:00
Matt Godbolt
369b958e55 More roadmap tweaks 2017-04-12 18:45:14 -05:00
Matt Godbolt
866eb29a61 More renamings 2017-01-02 10:58:31 -06:00
Matt Godbolt
1b02040826 s/gcc-explorer/compiler-explorer/g 2017-01-02 10:11:29 -06:00